NAME attributes.rb INSTALL gem install attributes URIS http://rubyforge.org/projects/codeforpeople/ http://codeforpeople.com/lib/ruby SYNOPSIS attributes.rb provides a set of attr_* like method with several user friendly additions. attributes.rb is similar to the traits.rb package but sacrifices a few features for simplicity of implementation: attributes.rb is only 42 lines of code. the implimentation of attributes.rb borrows many of the best ideas from the metakoans.rb ruby quiz http://www.rubyquiz.com/quiz67.html in particular the solutions of Christian Neukirchen and Florian Gross. HISTORY 3.7.0 small patch to use 'instance_variable_defined?' instead of defined? keyword 3.5.0 migrated to a pervasives based impl to attributes should work on any object - even blankslate objects 3.3.0 moved to an instance variable-less model using an module level closure for the attributes list SAMPLES @samples