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