mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Simplify docstring
This commit is contained in:
parent
b23924186c
commit
5c9d5ee97b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue