diff options
-rw-r--r-- | lib/irb/context.rb | 1 |
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 |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/irb/context.rb | 1 |
@@ -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 |