class CommandLine

Public Class Methods

run_command(command) click to toggle source
# File lib/looks_for_mosml.rb, line 2
def self.run_command(command)
  system(command)
end