Module: WebRake

Defined in:
lib/web_rake.rb,
lib/web_rake/engine.rb,
lib/web_rake/version.rb,
app/controllers/web_rake/tasks_controller.rb,
app/controllers/web_rake/application_controller.rb

Defined Under Namespace

Classes: ApplicationController, Engine, TasksController

Constant Summary collapse

VERSION =
'0.1.3'

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (WebRake)

    the object that the method was called on



8
9
10
# File 'lib/web_rake.rb', line 8

def self.configure
  yield self
end