module Kmc
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/kmc.rb, line 19 def config @config ||= Configuration::Configurator.new end
configure() { |config| ... }
click to toggle source
# File lib/kmc.rb, line 23 def configure yield(config) end