Class: Rake::Task

Inherits:
Object
  • Object
show all
Defined in:
lib/fwtoolkit/rake/ext/rake.rb

Instance Method Summary collapse

Instance Method Details

#enhance_r(&block) ⇒ Object



4
5
6
# File 'lib/fwtoolkit/rake/ext/rake.rb', line 4

def enhance_r(&block)
  @actions.unshift(block) if block_given?
end