# File lib/chef/provider/package/rubygems.rb, line 323
        def source_is_remote?
          return true if @new_resource.source.nil?
          URI.parse(@new_resource.source).absolute?
        end