Module: DamerauLevenshtein::FormatterRaw

Defined in:
lib/damerau-levenshtein/formatter.rb

Overview

Outputs raw format for two strings

Class Method Summary collapse

Class Method Details

.show(raw_format, _, _) ⇒ Object



17
18
19
# File 'lib/damerau-levenshtein/formatter.rb', line 17

def self.show(raw_format, _, _)
  raw_format
end