Module: Rpr::Formatter::Json
- Defined in:
- lib/rpr/formatter/json.rb
Class Method Summary collapse
Class Method Details
.print(object) ⇒ Object
6 7 8 |
# File 'lib/rpr/formatter/json.rb', line 6 def self.print(object) puts JSON.pretty_generate(object) end |