module Representable::Hash::Collection::ClassMethods

Public Instance Methods

items(options={}, &block) click to toggle source
# File lib/representable/hash/collection.rb, line 15
def items(options={}, &block)
  collection(:_self, options.merge(:getter => lambda { |*| self }), &block)
end