lib/yearbook/att_hash.rb in yearbook-0.2.3 vs lib/yearbook/att_hash.rb in yearbook-0.3.0

- old
+ new

@@ -1,5 +1,7 @@ require 'delegate' +require 'hashie' + class AttHash < SimpleDelegator def initialize @hsh = {} super(@hsh) end