class IRB::Statement::Command

def should_be_handled_by_debugger?

def should_be_handled_by_debugger?
  require_relative 'cmd/help'
  require_relative 'cmd/debug'
  IRB::ExtendCommand::DebugCommand > @command_class || IRB::ExtendCommand::Help == @command_class
end