class Hash

rubocop:disable Documentation

Public Instance Methods

inspect() click to toggle source
# File lib/hash.rb, line 3
def inspect
  to_json
end