Module: Acclimate::ShellHelper

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

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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