mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
new logo
This commit is contained in:
parent
6d042a7198
commit
8af6e4f3c9
1 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
![Alt text](http://dl.dropbox.com/u/26521875/pry_logo.png)
|
||||
![Alt text](http://dl.dropbox.com/u/26521875/Solid%20Light%20%281%29.png)
|
||||
![Alt text](![Alt text](http://dl.dropbox.com/u/26521875/pry_logo2.png)
|
||||
|
||||
(C) John Mair (banisterfiend) 2011
|
||||
|
||||
|
@ -97,9 +96,7 @@ Example: Runtime invocation
|
|||
|
||||
Pry can be invoked in the middle of a running program. It opens a Pry
|
||||
session at the point it’s called and makes all program state at that
|
||||
point available.
|
||||
|
||||
When the session ends the program continues with any
|
||||
point available. When the session ends the program continues with any
|
||||
modifications you made to it.
|
||||
|
||||
This functionality can be used for such things as: debugging,
|
||||
|
@ -136,7 +133,7 @@ Pry session:
|
|||
=> nil
|
||||
pry(main)> exit
|
||||
|
||||
# program resumes here.
|
||||
program resumes here.
|
||||
|
||||
|
||||
Features and limitations
|
||||
|
|
Loading…
Reference in a new issue