lib/procemon/mpatch/file.rb in procemon-0.6.3 vs lib/procemon/mpatch/file.rb in procemon-0.7.0

- old
+ new

@@ -59,10 +59,10 @@ line_num= 1 text= self.read text.gsub!(/\r\n?/, "\n") text.each_line do |*line| if line_num >= start_at - block.call *line + block.call #*line end line_num += 1 end end end \ No newline at end of file