From 5c9d5ee97b582698ef70b5bd1b1f654f8be00e9d Mon Sep 17 00:00:00 2001 From: Rob Gleeson Date: Fri, 6 May 2011 18:57:27 +0100 Subject: [PATCH] Simplify docstring --- lib/pry/helpers/text.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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