Skip to content

Commit e973f9c

Browse files
st0012matzbot
authored andcommitted
[ruby/irb] Clarify that the context is IRB context
(ruby/irb#950) ruby/irb@8cde57f55a
1 parent 7d42010 commit e973f9c

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)