# File lib/differ.rb, line 34
    def diff_by_line(to, from)
      diff(to, from, "\n")
    end