# File lib/htmldiff.rb, line 250
    def start_of_tag?(char)
      char == '<'
    end