Module: PPCommand
- Defined in:
- lib/ppcommand.rb,
lib/ppcommand/cli.rb,
lib/ppcommand/main.rb,
lib/ppcommand/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.2.2'
Class Method Summary collapse
Class Method Details
.execute ⇒ Object
5 6 7 |
# File 'lib/ppcommand.rb', line 5 def self.execute PPCommand::CLI.execute(ARGV) end |