3 4 5
# File 'lib/diffident/string.rb', line 3 def diff(old) Diffident.diff(self, old, Diffident.separator || "\n") end