387 388 389
# File 'lib/diff.rb', line 387 def self.is_newline(x) (x == "\n") or (x == "\r") or (x == "\t") end