Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created September 23, 2008 06:27
Show Gist options
  • Save ELLIOTTCABLE/12230 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/12230 to your computer and use it in GitHub Desktop.
attr_accessor :foo
def foo
@foo ||= :default
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment