Sha256: 29aee287d52d31a6767e54a111d0d578e3e57603617125adb250005083f57eb8
Contents?: true
Size: 885 Bytes
Versions: 2
Compression:
Stored size: 885 Bytes
Contents
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.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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
attributes-3.6.0 | README.tmpl |
attributes-3.5.0 | README.tmpl |