Class: StringIO

Inherits:
Object
  • Object
show all
Defined in:
lib/task_scheduler/windows_scheduler.rb

Instance Method Summary collapse

Instance Method Details

#runObject

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



77
78
79
# File 'lib/task_scheduler/windows_scheduler.rb', line 77

def run
  system(string)
end