class Gamefic::Scanner::FuzzyNesting

Fuzzy scanning for entities inside of other entities, e.g., ‘soc in draw` would match `sock in drawer`.

Public Instance Methods

subprocessor() click to toggle source
# File lib/gamefic/scanner/fuzzy_nesting.rb, line 9
def subprocessor
  Fuzzy
end