Method: Vtk::Command#platform

Defined in:
lib/vtk/command.rb

#platformObject

Terminal platform and OS properties



83
84
85
86
# File 'lib/vtk/command.rb', line 83

def platform
  require 'tty-platform'
  TTY::Platform.new
end