Module: Vop
- Defined in:
- lib/vop.rb,
lib/vop/shell.rb,
lib/vop/entity.rb,
lib/vop/plugin.rb,
lib/vop/command.rb,
lib/vop/version.rb,
lib/vop/plugin_loader.rb,
lib/vop/command_loader.rb
Defined Under Namespace
Classes: Command, CommandLoader, Entity, Plugin, PluginLoader, Request, Response, Shell, Vop
Constant Summary collapse
- VOP_ROOT =
Pathname.new(File.join(File.dirname(__FILE__), '..')).realpath
- CORE_PLUGIN_PATH =
Pathname.new(File.join(File.dirname(__FILE__), 'vop', 'plugins')).realpath
- VERSION =
"0.3.0"