Class: WPAR::Wrapper::MkWpar
- Inherits:
-
Object
- Object
- WPAR::Wrapper::MkWpar
- Defined in:
- lib/wpars/wrapper/mkwpar.rb
Class Method Summary collapse
Class Method Details
.create(options = {}) ⇒ Object
8 9 10 11 12 |
# File 'lib/wpars/wrapper/mkwpar.rb', line 8 def self.create( = {}) cmd = build_mkwpar_command() puts "debug: #{cmd}" unless [:debug].nil? External.cmd(cmd: cmd, live_stream: [:live_stream]) end |