module PgObjects

Constants

AmbiguousDependencyError
CyclicDependencyError
DependencyNotExistError
UnsupportedAdapterError
VERSION

Public Class Methods

config() click to toggle source
# File lib/pg_objects/config.rb, line 19
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/pg_objects/config.rb, line 15
def configure
  yield config
end