module Papeel

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/papeel.rb, line 10
def self.configure
  self.config ||= Config.new
  yield config
end