summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-10 21:45:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-10 21:45:46 +0900
commit880204cf55813c975f3bbd0be93b292a099d5890 (patch)
tree9b617657d03a5233e6c3a01a45f39fb63b770a65 /lib
parent976c689ad478b8010b053aa270a28bd236b8380e (diff)
irb/cmd/help.rb: return nil after the redefinition
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/cmd/help.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irb/cmd/help.rb b/lib/irb/cmd/help.rb
index 10ec13475a..0629479e92 100644
--- a/lib/irb/cmd/help.rb
+++ b/lib/irb/cmd/help.rb
@@ -36,6 +36,7 @@ module IRB
end
nil
end
+ nil
ensure
execute(*names)
end