module Pincers

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/pincers.rb, line 14
def self.config
  @@config
end
configure() { |config| ... } click to toggle source
# File lib/pincers.rb, line 18
def self.configure
  yield @@config
end