Module: Gamora::Configuration

Included in:
Gamora
Defined in:
lib/gamora/configuration.rb

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (_self)

Yield Parameters:



23
24
25
# File 'lib/gamora/configuration.rb', line 23

def setup
  yield(self) if block_given?
end