module Pin

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/pin.rb, line 10
def config
  @config
end
configure() { |config ||= configuration| ... } click to toggle source
# File lib/pin.rb, line 6
def configure(&block)
  yield @config ||= Configuration.new
end