1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Simplify docstring

This commit is contained in:
Rob Gleeson 2011-05-06 18:57:27 +01:00
parent b23924186c
commit 5c9d5ee97b

View file

@ -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