Class: Rake::Application

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#juwelier_tasksObject

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

#juwelierObject

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