Module: RakeCommander::Patcher::Application

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

Defined Under Namespace

Modules: TopLevelResume

Class Method Summary collapse

Class Method Details

.patch_include(base) ⇒ Object



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

def patch_include(base)
  base.send :include, TopLevelResume
end