Method: OrbDef.setup

Defined in:
lib/orb_def.rb

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

this function maps the vars from your app into your engine

Yields:

  • (_self)

Yield Parameters:

  • _self (OrbDef)

    the object that the method was called on



13
14
15
# File 'lib/orb_def.rb', line 13

def self.setup(&block)
  yield self
end