Flowdock
method

get_version_from_requirements

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: YankCommand
get_version_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 85
  def get_version_from_requirements(requirements)
    requirements.requirements.first[1].version
  rescue
    nil
  end
Register or log in to add new notes.