Class: Gerd::Formatters::Stdout

Inherits:
Object
  • Object
show all
Defined in:
lib/gerd/formatters.rb

Instance Method Summary collapse

Instance Method Details



13
14
15
# File 'lib/gerd/formatters.rb', line 13

def print(hash, options = {})
  puts JSON.pretty_generate(hash)
end