# File lib/enumerize/attribute_map.rb, line 14 def <<(attr) @attributes[attr.name.to_s] = attr @dependants.each do |dependant| dependant << attr end end
# File lib/enumerize/attribute_map.rb, line 10 def [](name) @attributes[name.to_s] end
# File lib/enumerize/attribute_map.rb, line 31 def add_dependant(dependant) @dependants << dependant each do |attr| dependant << attr end end
Generated with the Darkfish Rdoc Generator 2.