module Yaqb

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/yaqb/config.rb, line 9
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/yaqb/config.rb, line 5
def configure
  yield(config)
end