Class: Rake::Application
- Inherits:
-
Object
- Object
- Rake::Application
- Defined in:
- lib/bueller/tasks.rb
Instance Attribute Summary collapse
-
#bueller_tasks ⇒ Object
Returns the value of attribute bueller_tasks.
Instance Method Summary collapse
-
#bueller ⇒ Object
The bueller instance that has be instantiated in the current Rakefile.
Instance Attribute Details
#bueller_tasks ⇒ Object
Returns the value of attribute bueller_tasks.
4 5 6 |
# File 'lib/bueller/tasks.rb', line 4 def bueller_tasks @bueller_tasks end |
Instance Method Details
#bueller ⇒ Object
The bueller instance that has be instantiated in the current Rakefile.
This is usually useful if you want to get at info like version from other files.
9 10 11 |
# File 'lib/bueller/tasks.rb', line 9 def bueller bueller_tasks.bueller end |