lib/scout/workflow/task/inputs.rb in scout-gear-9.1.0 vs lib/scout/workflow/task/inputs.rb in scout-gear-10.0.1
- old
+ new
@@ -1,5 +1,5 @@
-require_relative '../../named_array'
+require 'scout/named_array'
module Task
def self.format_input(value, type, options = {})
return value if IO === value || StringIO === value || Step === value
if String === value && ! [:path, :file, :folder, :binary].include?(type) && ! (options && (options[:noload] || options[:stream] || options[:nofile]))