lib/picky/generators/similarity/soundex.rb in picky-4.0.0pre6 vs lib/picky/generators/similarity/soundex.rb in picky-4.0.0
- old
+ new
@@ -16,10 +16,10 @@
# Encodes the given string/symbol.
#
# Returns a symbol.
#
- def encoded str_or_sym
+ def encode str_or_sym
str_or_sym.soundex
end
end
\ No newline at end of file