# File lib/differ.rb, line 30
def
diff_by_word
(
to
,
from
)
diff
(
to
,
from
,
/\b/
)
end