We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d42010 commit e973f9cCopy full SHA for e973f9c
lib/irb/helper_method/conf.rb
@@ -1,7 +1,7 @@
1
module IRB
2
module HelperMethod
3
class Conf < Base
4
- description "Returns the current context."
+ description "Returns the current IRB context."
5
6
def execute
7
IRB.CurrentContext
test/irb/command/test_help.rb
@@ -69,7 +69,7 @@ def test_help_lists_helper_methods
69
type "exit"
70
end
71
72
- assert_match(/Helper methods\s+conf\s+Returns the current context/, out)
+ assert_match(/Helper methods\s+conf\s+Returns the current IRB context/, out)
73
74
75
0 commit comments