Class: Yao::Cli::Formatter::JSON

Inherits:
Object
  • Object
show all
Defined in:
lib/yao/cli/formatter/json.rb

Class Method Summary collapse

Class Method Details

.dump(obj) ⇒ Object



5
6
7
# File 'lib/yao/cli/formatter/json.rb', line 5

def self.dump(obj)
  ::JSON.dump(obj)
end