class Rake::Task

Public Instance Methods

enhance_r(&block) click to toggle source
# File lib/fwtoolkit/rake/ext/rake.rb, line 4
def enhance_r(&block)
  @actions.unshift(block) if block_given?
end