Module: October

Defined in:
lib/october.rb,
lib/october/base.rb,
lib/october/redis.rb,
lib/october/config.rb,
lib/october/plugin.rb,
lib/october/plugins.rb,
lib/october/version.rb,
lib/october/debugger.rb,
lib/october/watchdog.rb,
lib/october/environment.rb,
lib/october/plugin/help.rb

Defined Under Namespace

Modules: Config, Debugger, Environment, Plugin, Redis Classes: Base, Plugins, Watchdog

Constant Summary collapse

VERSION =
'0.1.1'

Class Method Summary collapse

Class Method Details

.rootObject



12
13
14
# File 'lib/october.rb', line 12

def self.root
  Pathname.new('.').expand_path
end