1class Gem::Commands::CrashCommand < Gem::Command
2
3  raise "crash"
4
5end
6