Class: Rake::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/jeweler/tasks.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#jeweler_tasksObject

Returns the value of attribute jeweler_tasks.



9
10
11
# File 'lib/jeweler/tasks.rb', line 9

def jeweler_tasks
  @jeweler_tasks
end

Instance Method Details

#jewelerObject

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.



14
15
16
# File 'lib/jeweler/tasks.rb', line 14

def jeweler
  jeweler_tasks.jeweler
end