module PPCommand

Constants

VERSION

Public Class Methods

execute() click to toggle source
# File lib/ppcommand.rb, line 5
def self.execute
  PPCommand::CLI.execute(ARGV)
end