module Differ::StringDiffer

def diff(old)

def diff(old)
  Differ.diff(self, old, $; || "\n")
end