method

get_platform_from_requirements

ruby latest stable - Class: Gem::Commands::YankCommand
get_platform_from_requirements(requirements)
private

No documentation available.

# File lib/rubygems/commands/yank_command.rb, line 91
  def get_platform_from_requirements(requirements)
    Gem.platforms[1].to_s if requirements.key? :added_platform
  end