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