# File lib/test/unit/code-snippet-fetcher.rb, line 21
      def source(path)
        @sources[path] ||= read_source(path)
      end