#protip shown by @tenderlove regarding attr accessors
class Foo attr_reader :some_attribute alias :some_attribute? :some_attribute end