Skip to content

Instantly share code, notes, and snippets.

@anewusername1
Created June 17, 2011 15:11
Show Gist options
  • Save anewusername1/1031612 to your computer and use it in GitHub Desktop.
Save anewusername1/1031612 to your computer and use it in GitHub Desktop.
Unfickle Blog Post
class SomeClass
SOMECONSTANT = 'somevalue'
...
end
class SomeClass
set_const :someconstant, 'somevalue'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment