method
get_platform_from_requirements
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::YankCommand
get_platform_from_requirements(requirements)private
No documentation available.
# File lib/rubygems/commands/yank_command.rb, line 102
def get_platform_from_requirements(requirements)
Gem.platforms[1].to_s if requirements.key? :added_platform
end