module Sovren

Constants

FIELDS
VERSION

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/sovren.rb, line 12
def configure
  yield self
  true
end