Class: Bueller::Tasks

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

Overview

Rake tasks for managing your gem.

Here’s a basic example of using it:

Bueller::Tasks.new

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTasks

Returns a new instance of Tasks.



23
24
25
26
# File 'lib/bueller/tasks.rb', line 23

def initialize
  Rake.application.bueller_tasks = self
  define
end

Instance Attribute Details

#buellerObject

Returns the value of attribute bueller.



21
22
23
# File 'lib/bueller/tasks.rb', line 21

def bueller
  @bueller
end