Module: Acclimate::ShellHelper

Included in:
Command
Defined in:
lib/acclimate/shell_helper.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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