module Acclimate::ShellHelper

Public Class Methods

included( base ) click to toggle source
# File lib/acclimate/shell_helper.rb, line 6
def self.included( base )
  base.send( :include, CommandLineReporter )
  base.send( :include, Acclimate::Output )
end