Class: TestClassMethods
Defined in: | dummy/method_delegation_as_private.coffee |
Class Method Summary
- @andSoDoesThis(foo, bar)
- @another(a, b)
- @helper()
- @nowWithSpalt(foo, bar...)
- @withDefault(a = 2, c, d = 'hi', e = { a: 2 }, f = new TestClassMethods())
Class Method Details
@andSoDoesThis(foo, bar)
@another(a, b)
@helper()
@nowWithSpalt(foo, bar...)
@withDefault(a = 2, c, d = 'hi', e = { a: 2 }, f = new TestClassMethods())