| 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)
| retval | [R] |
Is the result a command and if it is, is it a void command? (one that does not return a value) @return [Boolean]