method

get_platform_from_requirements

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