Module: HighVoltage

Defined in:
lib/high_voltage.rb,
lib/high_voltage/engine.rb,
lib/high_voltage/version.rb

Defined Under Namespace

Classes: Engine, PagesController

Constant Summary collapse

VERSION =
'1.2.0'.freeze
@@layout =
"application"
@@content_path =
"pages/"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (HighVoltage)

    the object that the method was called on



10
11
12
# File 'lib/high_voltage.rb', line 10

def self.setup
  yield self
end