module FuzzySubString

Public Instance Methods

fsub!(sub_hash) click to toggle source
# File lib/fuzzy_matcher/fuzzy_sub.rb, line 27
def fsub!(sub_hash)
  fs = FuzzySub.new sub_hash
  fs.fsub! self
end