class StringIO

Public Instance Methods

run() click to toggle source

I built this method because I couldn't test with the system method in the create_task method

# File lib/task_scheduler/windows_scheduler.rb, line 77
def run
  system(string)
end