Module: Overwatch
- Defined in:
- lib/overwatch.rb,
lib/overwatch/command.rb,
lib/overwatch/helpers.rb,
lib/overwatch/version.rb
Defined Under Namespace
Modules: Helpers Classes: Command
Constant Summary collapse
- VERSION =
"0.2.1"
Class Method Summary collapse
Class Method Details
.plugin_path ⇒ Object
3 4 5 |
# File 'lib/overwatch.rb', line 3 def plugin_path @plugin_path ||= File.(File.join(File.dirname(__FILE__), "../plugins")) end |