diff --git a/lib/pry/helpers/text.rb b/lib/pry/helpers/text.rb index 190c738c..46ab9293 100644 --- a/lib/pry/helpers/text.rb +++ b/lib/pry/helpers/text.rb @@ -1,8 +1,7 @@ class Pry module Helpers - # The methods defined on {Text} are available to custom commands. - # See {Pry::CommandContext#text}, which returns an object that responds to all methods defined here. + # The methods defined on {Text} are available to custom commands via {Pry::CommandContext#text}. module Text extend self