module JCW::Wrapper

Public Class Methods

config() click to toggle source
# File lib/jcw/wrapper.rb, line 8
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/jcw/wrapper.rb, line 12
def configure
  yield config
  Init.call
end