class IRB::Statement::EmptyInput
Public Instance Methods
Source
# File bundled-src/irb-1.16.0/lib/irb/statement.rb, line 20 def is_assignment? false end
Source
# File bundled-src/irb-1.16.0/lib/irb/statement.rb, line 29 def should_be_handled_by_debugger? true end
Debugger takes empty input to repeat the last command
Source
# File bundled-src/irb-1.16.0/lib/irb/statement.rb, line 24 def suppresses_echo? true end