lib/tryouts.rb in tryouts-2.0.1 vs lib/tryouts.rb in tryouts-2.0.1.002

- old
+ new

@@ -265,10 +265,10 @@ end def clean return if empty? last_line = last.exps.last+1 if last_line < lines.size - Tryouts.eval lines[last..-1].join, path, last_line + Tryouts.eval lines[last_line..-1].join, path, last_line end end def run? @run end