Skip to content

Instantly share code, notes, and snippets.

@wnuqui
Created May 10, 2012 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wnuqui/2652404 to your computer and use it in GitHub Desktop.
Save wnuqui/2652404 to your computer and use it in GitHub Desktop.
Put your constant at the bottom
class A
def self.constant
[1, 2, 3]
end
B = constant and nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment