class IRB::Statement::EmptyInput
Public Instance Methods
Source
# File lib/irb/statement.rb, line 29 def should_be_handled_by_debugger? true end
Debugger takes empty input to repeat the last command
# File lib/irb/statement.rb, line 29 def should_be_handled_by_debugger? true end
Debugger takes empty input to repeat the last command