# File lib/bundler/source_list.rb, line 42
    def get(source)
      source_list_for(source).find {|s| source == s }
    end