class Byebug::IrbCommand
def execute
def execute return errmsg(pr("base.errors.only_local")) unless processor.interface.instance_of?(LocalInterface) # @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