Class: Rake::Task
- Inherits:
-
Object
- Object
- Rake::Task
- Defined in:
- lib/sprout/ruby_feature.rb
Overview
Mixin on the Rake::Task so that our concrete entities can interoperate with some knowledge of each other.
Instance Attribute Summary (collapse)
-
- (Object) sprout_entity
Returns the value of attribute sprout_entity.
Instance Attribute Details
- (Object) sprout_entity
Returns the value of attribute sprout_entity
191 192 193 |
# File 'lib/sprout/ruby_feature.rb', line 191 def sprout_entity @sprout_entity end |