lib/irb/helper_method/conf.rb in irb-1.13.0 vs lib/irb/helper_method/conf.rb in irb-1.13.1
- old
+ new
@@ -1,8 +1,8 @@
module IRB
module HelperMethod
class Conf < Base
- description "Returns the current context."
+ description "Returns the current IRB context."
def execute
IRB.CurrentContext
end
end