module LittleWeasel

This is the configuration for LittleWeasel.

The version of this gem

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source

Returns the application configuration object.

@return [Configuration] the application Configuration object.

# File lib/LittleWeasel/configure.rb, line 11
def configure
  self.configuration ||= Configuration.new
  yield(configuration)
end