Skip to content

Commit 8cde57f

Browse files
authored
Clarify that the context is IRB context (#950)
1 parent 3f231b8 commit 8cde57f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/irb/helper_method/conf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module IRB
22
module HelperMethod
33
class Conf < Base
4-
description "Returns the current context."
4+
description "Returns the current IRB context."
55

66
def execute
77
IRB.CurrentContext

test/irb/command/test_help.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_help_lists_helper_methods
6969
type "exit"
7070
end
7171

72-
assert_match(/Helper methods\s+conf\s+Returns the current context/, out)
72+
assert_match(/Helper methods\s+conf\s+Returns the current IRB context/, out)
7373
end
7474
end
7575
end

0 commit comments

Comments
 (0)