# File lib/maruku/input/linesource.rb, line 51 def ignore_line raise "Over the rainbow" if @lines_index >= @lines.size @lines_index += 1 end