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