Module: Glean::Formatter::YAML

Defined in:
lib/glean/formatter/YAML.rb

Class Method Summary collapse

Class Method Details

.format(obj) ⇒ Object



4
5
6
# File 'lib/glean/formatter/YAML.rb', line 4

def self.format(obj)
  obj.to_yaml
end