search for: otrait

Displaying 2 results from an estimated 2 matches for "otrait".

Did you mean: trait
2006 Nov 04
0
traits-0.9.2 - better living through metaprogramming
...tr values. VERSION 0.9.2 HISTORY 0.9.2 - fixed a bug where list traits, for example trait ''letters'' => %w[ a b c ] were flattened in a way that exploded trait initialization - streamlined TraitInit module - added OpenTraits class and otraits method conf = otraits{ port 42 host ''forty-two'' } p conf.port #=> 42 p conf.host #=> ''forty-two'' conf.username ''zaphod'' p conf...
2006 Nov 04
0
traits-0.10.0
...39;'defined? @#{ name }''. 0.9.2 - fixed a bug where list traits, for example trait ''letters'' => %w[ a b c ] were flattened in a way that exploded trait initialization - streamlined TraitInit module - added OpenTraits class and otraits method conf = otraits{ port 42 host ''forty-two'' } p conf.port #=> 42 p conf.host #=> ''forty-two'' conf.username ''zaphod'' p conf...