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

  raise "crash"

end