class Hash

Public Instance Methods

to_json() click to toggle source
# File lib/ext/hash.rb, line 2
def to_json
  JSON::stringify(self)
end