Flowdock
method

get_platform_from_requirements

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: YankCommand
get_platform_from_requirements(requirements) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.