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