lib/hashme/attributes.rb in hashme-0.2.6 vs lib/hashme/attributes.rb in hashme-0.3.0

- old
+ new

@@ -1,8 +1,8 @@ module Hashme module Attributes include Enumerable - + extend Forwardable def_delegators :_attributes, :to_a, :==, :eql?, :keys, :values, :each, :reject, :reject!, :empty?, :clear, :merge, :merge!,