module Rubill

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/rubill.rb, line 13
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/rubill.rb, line 9
def self.configure(&block)
  yield(configuration)
end