module SXS

Constants

VERSION

Public Class Methods

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