module RShade

Constants

APP_TRACE
FULL_TRACE
REPORTS
VERSION

Attributes

config[W]

Public Class Methods

config() click to toggle source
# File lib/rshade.rb, line 26
def config
  @config ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/rshade.rb, line 30
def configure
  yield configuration
end