Module: JCW::Wrapper
- Defined in:
- lib/jcw/wrapper.rb
Class Method Summary collapse
Class Method Details
.config ⇒ Object
8 9 10 |
# File 'lib/jcw/wrapper.rb', line 8 def config @config ||= Config.new end |
.configure {|config| ... } ⇒ Object
12 13 14 15 |
# File 'lib/jcw/wrapper.rb', line 12 def configure yield config Init.call end |