Class: Wrnap::Package::FftEqBase
- Defined in:
- lib/wrnap/package/fft_eq_base.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
#data, #flags, #response, #runtime
Instance Method Summary collapse
Methods inherited from Base
bootstrap, #debugger, #initialize, #inspect, #serialize
Methods included from Global::Chainer
Methods included from Global::Runner
Constructor Details
This class inherits a constructor from Wrnap::Package::Base
Instance Method Details
#run_command(flags) ⇒ Object
15 16 17 18 19 |
# File 'lib/wrnap/package/fft_eq_base.rb', line 15 def run_command(flags) Wrnap.debugger { "Running #{exec_name} on #{data.inspect}" } "%s %s" % [exec_name, stringify_flags(flags)] end |