legacy_platform()
public
Creates a legacy platform spec with the name
‘pl’ and version 1
# File lib/rubygems/test_utilities.rb, line 298
def legacy_platform
spec 'pl', 1 do |s|
s.platform = Gem::Platform.new 'i386-linux'
s.instance_variable_set :@original_platform, 'i386-linux'
end
end