module Snap

Top level module for the Snap gem.

Constants

VERSION

Attributes

config[RW]

Public Class Methods

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