module Gaf

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/gaf.rb, line 16
def self.config
  @config ||= Gaf::Config.new
end
configure() { |config| ... } click to toggle source
# File lib/gaf.rb, line 12
def self.configure
  yield(config) if block_given?
end