# sig/rubygems/commands/migrate_command.rbs class Gem::Commands::MigrateCommand < Gem::Command def description: () -> untyped def execute: () -> untyped def initialize: () -> void end # sig/rubygems/commands/tumble_command.rbs class Gem::Commands::TumbleCommand < Gem::Command def description: () -> untyped def execute: () -> untyped def initialize: () -> void end # sig/rubygems/commands/webhook_command.rbs class Gem::Commands::WebhookCommand < Gem::Command def add_webhook: () -> untyped def arguments: () -> untyped def description: () -> untyped def execute: () -> untyped def fire_webhook: () -> untyped def initialize: () -> void def list_webhooks: () -> untyped def make_webhook_request: () -> untyped def remove_webhook: () -> untyped def usage: () -> untyped end # sig/rubygems/commands/yank_command.rbs class Gem::Commands::YankCommand < Gem::Command def arguments: () -> untyped def description: () -> untyped def execute: () -> untyped def get_platform_from_requirements: () -> untyped def get_version_from_requirements: () -> untyped def initialize: () -> void def unyank_gem: () -> untyped def usage: () -> untyped def yank_api_request: () -> untyped def yank_gem: () -> untyped end