Sha256: 6fbcf17f8bd158b726222aaa669ae044c76ef5a40b69ee796d7e9e950f246016
Contents?: true
Size: 399 Bytes
Versions: 10
Compression:
Stored size: 399 Bytes
Contents
class RakeCommander module Patcher module Application include RakeCommander::Patcher::Base require_relative 'application/run_method' require_relative 'application/top_level_method' class << self def patch_include(base) base.send :include, RunMethod base.send :include, TopLevelMethod end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems