Module: Callisto

Defined in:
lib/callisto.rb,
lib/callisto/pool.rb,
lib/callisto/shell.rb,
lib/callisto/version.rb,
lib/callisto/thumbnail.rb,
lib/callisto/configuration.rb

Defined Under Namespace

Classes: Configuration, Pool, Shell, Thumbnail

Constant Summary collapse

VERSION =
"0.9.1"

Class Method Summary collapse

Class Method Details

.configurationObject



11
12
13
# File 'lib/callisto.rb', line 11

def self.configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



15
16
17
# File 'lib/callisto.rb', line 15

def self.configure
  yield configuration
end