class WindowsTopasEngine

Private Instance Methods

command(infile) click to toggle source
# File lib/topas-tools/TopasEngine.rb, line 45
def command infile
  "tc.exe #{File.expand_path(infile)}"
end