class BooticCli::Formatters::Json

Public Instance Methods

format(data) click to toggle source
# File lib/bootic_cli/formatters.rb, line 40
def format(data)
  JSON.dump data
end