class Pry::CommandProcessor::Result

def void_command?

Returns:
  • (Boolean) -
def void_command?
  (command? && !keep_retval?) || retval == CommandContext::VOID_VALUE
end