lib/foreplay/engine/step.rb in foreplay-0.10.3 vs lib/foreplay/engine/step.rb in foreplay-0.11.0

- old
+ new

@@ -6,9 +6,12 @@ def initialize(h, s, i) @host = h @step = s @instructions = i + + @commands = nil + @redirect = nil end def commands return @commands if @commands