lib/SimControl/scenario.rb in SimControl-0.1.4 vs lib/SimControl/scenario.rb in SimControl-0.1.5
- old
+ new
@@ -16,9 +16,9 @@
def commands
@commands.join(" ").strip
end
def args(other_options = {})
- [commands, options(other_options)].join(" ").strip
+ [options(other_options), commands].join(" ").strip
end
end
end