Sha256: 7a13b06887a0f30c5e3b35b5942ca675745fbda8f4621a20a2e20ee182d944ad

Contents?: true

Size: 309 Bytes

Versions: 4

Compression:

Stored size: 309 Bytes

Contents

class RakeCommander
  module Patcher
    module Application
      include RakeCommander::Patcher::Base
      require_relative 'application/top_level_resume'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rake-commander-0.4.0 lib/rake-commander/patcher/application.rb
rake-commander-0.3.6 lib/rake-commander/patcher/application.rb
rake-commander-0.3.5 lib/rake-commander/patcher/application.rb
rake-commander-0.3.3 lib/rake-commander/patcher/application.rb