Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/hash.rb

Overview

rubocop:disable Documentation

Instance Method Summary collapse

Instance Method Details

#inspectObject



3
4
5
# File 'lib/hash.rb', line 3

def inspect
  to_json
end