mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed mistake in readme
This commit is contained in:
parent
98b6354b79
commit
939c7f144f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ whitespace in between. Commands support a flexible syntax and allow
|
|||
Pry command will show a list of all private instance methods (in
|
||||
scope) that begin with 'pa'
|
||||
|
||||
pry(YARD::Parser::SourceParser):5> ls -Mp --grep pa
|
||||
pry(YARD::Parser::SourceParser):5> ls -Mp --grep ^pa
|
||||
[:parser_class, :parser_type=, :parser_type_for_filename]
|
||||
|
||||
### Navigating around state
|
||||
|
|
Loading…
Reference in a new issue