Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rest.rb
Instance Method Summary collapse
Instance Method Details
#pj ⇒ Object
13 14 15 |
# File 'lib/rest.rb', line 13 def pj JSON.pretty_generate(JSON.parse(self)) end |