Class: Yao::Cli::Formatter::YAML
- Inherits:
-
Object
- Object
- Yao::Cli::Formatter::YAML
- Defined in:
- lib/yao/cli/formatter/yaml.rb
Class Method Summary collapse
Class Method Details
.dump(obj) ⇒ Object
5 6 7 |
# File 'lib/yao/cli/formatter/yaml.rb', line 5 def self.dump(obj) ::YAML.dump(obj) end |