class Ougai::Formatters::Readable
def load_dependent
def load_dependent require 'awesome_print' rescue LoadError puts 'You must install the awesome_print gem to use this output.' raise end
def load_dependent require 'awesome_print' rescue LoadError puts 'You must install the awesome_print gem to use this output.' raise end