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

  raise "crash"

end