[ruby/irb] Clarify that the context is IRB context

(https://github.com/ruby/irb/pull/950)

8cde57f55a
This commit is contained in:
Stan Lo 2024-05-05 18:44:49 +08:00 committed by git
parent 7d42010fad
commit e973f9cbb3
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
module IRB
module HelperMethod
class Conf < Base
description "Returns the current context."
description "Returns the current IRB context."
def execute
IRB.CurrentContext