Skip to content

Instantly share code, notes, and snippets.

@Amokrane
Created June 15, 2011 22:57
Show Gist options
  • Save Amokrane/1028333 to your computer and use it in GitHub Desktop.
Save Amokrane/1028333 to your computer and use it in GitHub Desktop.
#protip shown by @tenderlove regarding attr accessors
class Foo
attr_reader :some_attribute
alias :some_attribute? :some_attribute
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment