Module: JCW::Wrapper

Defined in:
lib/jcw/wrapper.rb

Class Method Summary collapse

Class Method Details

.configObject



8
9
10
# File 'lib/jcw/wrapper.rb', line 8

def config
  @config ||= Config.new
end

.configure {|config| ... } ⇒ Object

Yields:



12
13
14
15
# File 'lib/jcw/wrapper.rb', line 12

def configure
  yield config
  Init.call
end