Module: Soapbox

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

Overview

CURRENT FILE

lib/team_page/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

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

Yield self on setup for nice config blocks

Yields:

  • (_self)

Yield Parameters:

  • _self (Soapbox)

    the object that the method was called on



44
45
46
# File 'lib/soapbox.rb', line 44

def self.setup
  yield self
end