Class Pry::Result
In: lib/pry/command_set.rb
Parent: Object

Wraps the return result of process_commands, indicates if the result IS a command and what kind of command (e.g void)

Methods

command?   new   void_command?  

Attributes

retval  [R] 

Public Class methods

Public Instance methods

Is the result a command? @return [Boolean]

Is the result a command and if it is, is it a void command? (one that does not return a value) @return [Boolean]

[Validate]