Class: Ploy::Command::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/ploy/command/base.rb

Direct Known Subclasses

Bless, Build, Client, Help, Install, List, Oracle, Publish

Instance Method Summary collapse

Instance Method Details

#helpObject



8
9
10
# File 'lib/ploy/command/base.rb', line 8

def help
  return ""
end

#run(argv) ⇒ Object



4
5
6
# File 'lib/ploy/command/base.rb', line 4

def run(argv)
  return false
end