lib/mutx/API/execution.rb in mutx-0.1.2 vs lib/mutx/API/execution.rb in mutx-0.1.3
- old
+ new
@@ -1,4 +1,5 @@
+# enconding: utf-8
module Mutx
module API
class Execution
def self.start task_name, query_string, type = nil
Mutx::Support::Log.debug "Starting task #{task_name}" if Mutx::Support::Log
\ No newline at end of file