Sha256: 1b82496ad78f62b6c973695f65b28def64fdd2cf71e8f1a8c9628713c5f7cfae
Contents?: true
Size: 291 Bytes
Versions: 33
Compression:
Stored size: 291 Bytes
Contents
module RakeFactory module Definable def inherited(inheritor) super(inheritor) inheritor.singleton_class.class_eval do define_method :define do |*args, &block| inheritor.new(*args, &block).define_on(Rake.application) end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems