Method: Vtk::Command#generator

Defined in:
lib/vtk/command.rb

#generatorObject

File manipulation utility methods



63
64
65
66
# File 'lib/vtk/command.rb', line 63

def generator
  require 'tty-file'
  TTY::File
end