Module: Jsonpretty
Instance Method Summary collapse
Instance Method Details
#jp ⇒ Object
285 286 287 288 |
# File 'lib/usd.rb', line 285 def jp # return in json_pretty JSON.pretty_generate(self) end |
#jpp ⇒ Object
289 290 291 292 |
# File 'lib/usd.rb', line 289 def jpp # print in json_pretty puts JSON.pretty_generate(self) end |