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