1
0
Fork 0
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:
John Mair 2011-07-13 00:58:57 +12:00
parent 98b6354b79
commit 939c7f144f

View file

@ -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 Pry command will show a list of all private instance methods (in
scope) that begin with 'pa' 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] [:parser_class, :parser_type=, :parser_type_for_filename]
### Navigating around state ### Navigating around state