module Representable::JSON::Hash::ClassMethods

Public Instance Methods

values(options, &block) click to toggle source
# File lib/representable/json/hash.rb, line 19
def values(options, &block)
  hash(:_self, options, &block)
end