Method: Guideline::Visitor::PathFinder#initialize
- Defined in:
- lib/guideline/visitor.rb
#initialize(options = {}) ⇒ PathFinder
Returns a new instance of PathFinder.
57 58 59 |
# File 'lib/guideline/visitor.rb', line 57 def initialize( = {}) @options = end |