module FastBound

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/fastbound-ruby.rb, line 26
def self.configure
  yield(config)
end