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