Class: Wrnap::Package::FftEqBase

Inherits:
Base
  • Object
show all
Defined in:
lib/wrnap/package/fft_eq_base.rb

Direct Known Subclasses

FftEq, FftPopulation

Instance Attribute Summary

Attributes inherited from Base

#data, #flags, #response, #runtime

Instance Method Summary collapse

Methods inherited from Base

bootstrap, #debugger, #initialize, #inspect

Methods included from Global::Yaml

#deserialize, #serialize

Methods included from Global::Chainer

included

Methods included from Global::Runner

included

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