summaryrefslogtreecommitdiff
path: root/test/rubygems/rubygems/commands/crash_command.rb
blob: 624be9fd3280ff250bf8258e2c780122179e1003 (plain)
1
2
3
4
5
class Gem::Commands::CrashCommand < Gem::Command

  raise "crash"

end