summaryrefslogtreecommitdiff
path: root/test/rubygems/rubygems/commands/crash_command.rb
blob: 55df274603e6c93e9f86a4256f7fd90f74bdfe2a (plain)
1
2
3
4
5
# frozen_string_literal: true

class Gem::Commands::CrashCommand < Gem::Command
  raise "crash"
end