class Ougai::Formatters::Readable

def load_dependent

def load_dependent
  require 'amazing_print'
rescue LoadError
  puts 'You must install the amazing_print gem to use this output.'
  raise
end