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

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

Instance Method Summary collapse

Instance Method Details

#values(options, &block) ⇒ Object



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

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