Sha256: d6bfb4820affb73d3cb8ef2876aba9ee8336e20c67b3e4bffa6a305a0a347976

Contents?: true

Size: 111 Bytes

Versions: 42

Compression:

Stored size: 111 Bytes

Contents

require 'rake'

class Rake::Task
  def enhance_r(&block)
    @actions.unshift(block) if block_given?
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fwtoolkit-1.0.2 lib/fwtoolkit/rake/ext/rake.rb
fwtoolkit-1.0.1 lib/fwtoolkit/rake/ext/rake.rb