Searched refs:api_uri (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dsource.rb17 @api_uri = nil
22 def api_uri method in class:Gem
24 @api_uri ||= Gem::RemoteFetcher.fetcher.api_endpoint uri
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_source.rb53 assert_equal @source.api_uri, @source.uri
61 assert_equal URI.parse("http://api.blah"), src.api_uri

Completed in 65 milliseconds