Flowdock
method

yank_gem

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: YankCommand
yank_gem(version, platform) 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 69
  def yank_gem(version, platform)
    say "Yanking gem from #{self.host}..."
    yank_api_request(:delete, version, platform, "api/v1/gems/yank")
  end
Register or log in to add new notes.