Skip to content

Instantly share code, notes, and snippets.

View adamflorin's full-sized avatar

Adam Florin adamflorin

View GitHub Profile
@adamflorin
adamflorin / class.coffee
Last active December 16, 2015 00:58 — forked from lancejpollard/class.coffee
Use ? shorthand
moduleKeywords = ['included', 'extended', 'prototype']
class Class
# Rename an instance method
#
# ``` coffeescript
# class User
# @alias "methods", "instance_methods"
#
# ```