Sha256: 03e86a150e8f686933abbf129329f7aa4794e22bc788b69bf9786fb805473f06
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 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.3.0 moved to an instance variable-less model using an module level closure for the attributes list SAMPLES @samples
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attributes-3.3.0 | README.tmpl |