Class: Gamefic::Scanner::FuzzyNesting

Inherits:
Nesting show all
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

Nesting::NEST_REGEXP

Instance Attribute Summary

Attributes inherited from Base

#selection, #token

Instance Method Summary collapse

Methods inherited from Nesting

#scan

Methods inherited from Base

#initialize, #scan, scan

Constructor Details

This class inherits a constructor from Gamefic::Scanner::Base

Instance Method Details

#subprocessorObject



9
10
11
# File 'lib/gamefic/scanner/fuzzy_nesting.rb', line 9

def subprocessor
  Fuzzy
end