Module: Telepath
- Defined in:
- lib/telepath.rb,
lib/telepath/out.rb,
lib/telepath/command.rb,
lib/telepath/handler.rb,
lib/telepath/storage.rb,
lib/telepath/version.rb
Defined Under Namespace
Modules: Out Classes: Command, Handler, Storage
Constant Summary collapse
- VERSION =
'0.0.2'
Class Method Summary collapse
Class Method Details
.root ⇒ Object
12 13 14 |
# File 'lib/telepath.rb', line 12 def self.root Pathname.new(__FILE__).dirname..parent end |