Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#pjObject



7
8
9
# File 'lib/rest.rb', line 7

def pj
  JSON.pretty_generate(self)
end