Method: Vtk::Command#command

Defined in:
lib/vtk/command.rb

#command(**options) ⇒ Object

The external commands runner



33
34
35
36
# File 'lib/vtk/command.rb', line 33

def command(**options)
  require 'tty-command'
  TTY::Command.new(options)
end