Flowdock
method

unyank_gem

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: YankCommand
unyank_gem(version, platform, api_key) public

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 78
  def unyank_gem(version, platform, api_key)
    say "Unyanking gem from #{host}..."
    yank_api_request(:put, version, platform, "api/v1/gems/unyank", api_key)
  end
Register or log in to add new notes.