Skip to content

Commit

Permalink
irb/cmd/help.rb: return nil after the redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 10, 2019
1 parent 976c689 commit 880204c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/irb/cmd/help.rb
Expand Up @@ -36,6 +36,7 @@ def execute(*names)
end
nil
end
nil
ensure
execute(*names)
end
Expand Down

0 comments on commit 880204c

Please sign in to comment.