# File lib/appraisal/bundler_dsl.rb, line 62 def path(source, options = {}, &block) @paths[source] ||= Path.new(source, options) @paths[source].run(&block) end