4 5 6 7
# File 'lib/acclimate/shell_helper.rb', line 4 def self.included( base ) base.send( :include, CommandLineReporter ) base.send( :include, Acclimate::Output ) end