Module: RakeCommander::Patcher::Application

Includes:
Base
Defined in:
lib/rake-commander/patcher/application.rb,
lib/rake-commander/patcher/application/run_method.rb,
lib/rake-commander/patcher/application/top_level_method.rb

Defined Under Namespace

Modules: RunMethod, TopLevelMethod

Class Method Summary collapse

Class Method Details

.patch_include(base) ⇒ Object



9
10
11
12
# File 'lib/rake-commander/patcher/application.rb', line 9

def patch_include(base)
  base.send :include, RunMethod
  base.send :include, TopLevelMethod
end