module Representable::Hash::Collection::ClassMethods
Public Instance Methods
Source
# File lib/representable/hash/collection.rb, line 17 def items(options={}, &block) collection(:_self, options.merge(:getter => lambda { |*| self }), &block) end
# File lib/representable/hash/collection.rb, line 17 def items(options={}, &block) collection(:_self, options.merge(:getter => lambda { |*| self }), &block) end