# File lib/saikuro.rb, line 641
  def reset_data
    @warnings = Array.new
    @errors = Array.new
    @current = ""
  end