Class: MethodDelegation

Defined in: spec/templates/methods/method_delegation.coffee

Class Method Summary

Instance Method Summary

Class Method Details

@delegatedIrregular()

A method to run.

Examples:

Number @doubleDelegationThree()

At last, we have the same content!

You might also like {.undelegatedRegular}.

Returns:

  • (Number) — Returns a {Number}.

@undelegatedRegular()

Blah

Instance Method Details

.delegatedClassname()

.delegatedInternalRegular()

.delegatedRegular()

I'm being delegated to!

Number .doubleDelegationOne()

At last, we have the same content!

You might also like {.undelegatedRegular}.

Returns:

  • (Number) — Returns a {Number}.

Number .doubleDelegationTwo()

At last, we have the same content!

You might also like {.undelegatedRegular}.

Returns:

  • (Number) — Returns a {Number}.