Module: Glean::Formatter::JSON

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

Class Method Summary collapse

Class Method Details

.format(obj) ⇒ Object



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

def self.format(obj)
  obj.to_json
end