Method: Ploy::Command::Oracle#run

Defined in:
lib/ploy/command/oracle.rb

#run(argv) ⇒ Object



35
36
37
# File 'lib/ploy/command/oracle.rb', line 35

def run(argv)
  OracleServer.oracle_run Ploy::MetaSrc.new(argv.shift || '/etc/ploy/metadata.d')
end