Class: Rake::Application
- Inherits:
-
Object
- Object
- Rake::Application
- Defined in:
- lib/juwelier/tasks.rb
Instance Attribute Summary collapse
-
#juwelier_tasks ⇒ Object
Returns the value of attribute juwelier_tasks.
Instance Method Summary collapse
-
#juwelier ⇒ Object
The juwelier instance that has be instantiated in the current Rakefile.
Instance Attribute Details
#juwelier_tasks ⇒ Object
Returns the value of attribute juwelier_tasks.
9 10 11 |
# File 'lib/juwelier/tasks.rb', line 9 def juwelier_tasks @juwelier_tasks end |
Instance Method Details
#juwelier ⇒ Object
The juwelier 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.
14 15 16 |
# File 'lib/juwelier/tasks.rb', line 14 def juwelier juwelier_tasks.juwelier end |