summaryrefslogtreecommitdiff
path: root/test/rubygems/rubygems/commands/crash_command.rb
blob: 07692b4609801e274d69880c52a33fd4121d542f (plain)
1
2
3
4
5
6
# frozen_string_literal: false
class Gem::Commands::CrashCommand < Gem::Command

  raise "crash"

end