class Byebug::IrbCommand
def execute
def execute unless processor.interface.instance_of?(LocalInterface) return errmsg(pr("base.errors.only_local")) end # @todo IRB tries to parse $ARGV so we must clear it (see #197). Add a # test case for it so we can remove this comment. with_clean_argv { IRB.start } end