15 16 17 18 19
# File 'lib/lab42/core/open_object.rb', line 15 def each &blk @data.each do | k, v | blk.( self.class.new k => v ) end end