lib/boom/item.rb in boom-0.0.7 vs lib/boom/item.rb in boom-0.0.8

- old
+ new

@@ -1,4 +1,6 @@ +# coding: utf-8 + # The representation of the base unit in boom. An Item contains just a name and # a value. It doesn't know its parent relationship explicitly; the parent List # object instead knows which Items it contains. # module Boom