summaryrefslogtreecommitdiff
path: root/test/rubygems/rubygems/commands/crash_command.rb
blob: b34ac8e2f3427b7eb3bda9fb10e70b496a59b159 (plain)
1
2
3
4
5
6
7
8
9
10
11
######################################################################
# This file is imported from the rubygems project.
# DO NOT make modifications in this repo. They _will_ be reverted!
# File a patch instead and assign it to Ryan Davis or Eric Hodel.
######################################################################

class Gem::Commands::CrashCommand < Gem::Command

  raise "crash"

end