module PgParty

Constants

VERSION

Attributes

cache[R]
config[R]

Public Class Methods

configure(&blk) click to toggle source
# File lib/pg_party.rb, line 15
def configure(&blk)
  blk.call(config)
end
reset() click to toggle source
# File lib/pg_party.rb, line 19
def reset
  @config = Config.new
  @cache = Cache.new
end