module Puerta

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/puerta.rb, line 22
def self.configure
  yield(self.config)
  self.config
end
reset_config() click to toggle source
# File lib/puerta.rb, line 27
def self.reset_config
  @config = Config.new
end