Skip to content

Instantly share code, notes, and snippets.

@mbj
Created May 13, 2014 16:01
Show Gist options
  • Save mbj/d52ccf3b91ca055e551f to your computer and use it in GitHub Desktop.
Save mbj/d52ccf3b91ca055e551f to your computer and use it in GitHub Desktop.
class Foo
# triggerable at load time, and only therew
foo = 1
def subject
# triggerable at runtime
foo = 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment