Source: show | on GitHub
# File ruby/lib/irb/statement.rb, line 7 def is_assignment? raise NotImplementedError end
# File ruby/lib/irb/statement.rb, line 15 def should_be_handled_by_debugger? raise NotImplementedError end
# File ruby/lib/irb/statement.rb, line 11 def suppresses_echo? raise NotImplementedError end