Module: Representable::JSON::Hash::ClassMethods

Defined in:
lib/representable/json/hash.rb

Instance Method Summary collapse

Instance Method Details

#values(options, &block) ⇒ Object



18
19
20
# File 'lib/representable/json/hash.rb', line 18

def values(options, &block)
  hash(:_self, options, &block)
end