Method: Pry::Result#command?

Defined in:
lib/pry/command_set.rb

#command?Boolean

Is the result a command?

Returns:



407
408
409
# File 'lib/pry/command_set.rb', line 407

def command?
  @is_command
end