1
0
Fork 0
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:
Kyrylo Silin 2013-06-08 15:00:48 -07:00
commit 0afc8b936e

View file

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