module Aesop

Constants

VERSION

Public Class Methods

configuration() { |configatron| ... } click to toggle source
# File lib/aesop/configuration.rb, line 6
def self.configuration
  if block_given?
    yield configatron
  else
    configatron
  end
end

Public Instance Methods

configuration() click to toggle source
# File lib/aesop/configuration.rb, line 2
def configuration
  configatron
end