module Bbs

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/bbs.rb, line 7
def config
  @config ||= Bbs::Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/bbs.rb, line 11
def configure
  yield(config)
end

Private Instance Methods

config() click to toggle source
# File lib/bbs.rb, line 7
def config
  @config ||= Bbs::Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/bbs.rb, line 11
def configure
  yield(config)
end