mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #939 from zph/documentation-tweak-for-play-method
Altered play command message as seen in 'help'
This commit is contained in:
commit
0afc8b936e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ class Pry
|
|||
class Command::Play < Pry::ClassCommand
|
||||
match 'play'
|
||||
group 'Editing'
|
||||
description 'Playback a string variable or a method or a file as input.'
|
||||
description 'Playback a string variable, method, line, or file as input.'
|
||||
|
||||
banner <<-'BANNER'
|
||||
Usage: play [OPTIONS] [--help]
|
||||
|
|
Loading…
Add table
Reference in a new issue