summaryrefslogtreecommitdiff
path: root/lib/irb/context.rb
diff options
context:
space:
mode:
-rw-r--r--lib/irb/context.rb1
1 files changed, 0 insertions, 1 deletions
@@ -602,7 +602,6 @@ module IRB
set_last_value(result)
when Statement::Command
statement.command_class.execute(self, statement.arg)
- set_last_value(nil)
end
nil