Class: Rake::Application

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bueller_tasksObject

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

#buellerObject

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