Method: ClassSource::Index#locator

Defined in:
lib/class_source/index.rb

#locatorObject

Returns an instance of the source locator object that searches out source locations



53
54
55
# File 'lib/class_source/index.rb', line 53

def locator
  @locator ||= Locator.new(@target_class, @options)
end