Method: MarbleGate.setup

Defined in:
lib/marble_gate.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (MarbleGate)

    the object that the method was called on



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

def self.setup
  yield self
end