class Test::Unit::CodeSnippetFetcher

def source(path)

def source(path)
  @sources[path] ||= read_source(path)
end