Created
April 3, 2010 18:52
-
-
Save StanAngeloff/354753 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
obj: { | |
i_am_a_named_fn: -> yes | |
i_still_have_a_name: -> (yes) | |
i_have_no_name: (-> yes) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[..] | |
if @value instanceof CodeNode | |
@value.name: last if last.match(IDENTIFIER) | |
[..] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment