A new instance of FibCmd.
Returns a new instance of FibCmd.
265 266 267 268 269
# File 'lib/rio/fibpipe.rb', line 265 def initialize(*args) from = FromInput.new pcmd = RIO::Cmd::FibPipeProc.new(*args) to_pipe = ToPipe.new end