Module: GranPulse

Defined in:
lib/gran_pulse.rb,
lib/gran_pulse/engine.rb,
lib/gran_pulse/version.rb,
app/models/gran_pulse/url.rb,
app/models/gran_pulse/cache.rb,
app/models/gran_pulse/check.rb,
app/models/gran_pulse/database.rb,
app/helpers/gran_pulse/application_helper.rb,
app/controllers/gran_pulse/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper Classes: ApplicationController, Cache, Check, Database, Engine, Url

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (GranPulse)

    the object that the method was called on



15
16
17
# File 'lib/gran_pulse.rb', line 15

def self.configure(&block)
  yield self
end