Class: Gamefic::Scanner::FuzzyNesting
- Defined in:
- lib/gamefic/scanner/fuzzy_nesting.rb
Overview
Fuzzy scanning for entities inside of other entities, e.g., ‘soc in draw` would match `sock in drawer`.
Constant Summary
Constants inherited from Nesting
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Nesting
Methods inherited from Base
Constructor Details
This class inherits a constructor from Gamefic::Scanner::Base
Instance Method Details
#subprocessor ⇒ Object
9 10 11 |
# File 'lib/gamefic/scanner/fuzzy_nesting.rb', line 9 def subprocessor Fuzzy end |