Class: String

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

Instance Method Summary collapse

Instance Method Details

#pjObject



13
14
15
# File 'lib/rest.rb', line 13

def pj
  JSON.pretty_generate(JSON.parse(self))
end