mirror of
https://github.com/ro31337/rubyisforfun
synced 2024-11-16 19:50:09 +01:00
Fix broken link
This commit is contained in:
parent
abd0439bde
commit
7696e6e0b4
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ X> Calculate the number of _seconds_ in a day, inside of a REPL without using `p
|
|||
|
||||
Principle of a least surprise says that to exit REPL you should type `exit`. Let's do it... And it works!
|
||||
|
||||
We would like to point out that authors rarely use default `irb` as a REPL. There is a better alternative called [Pry](http://pryrepl.org/). It has the same functionality, but offers more flexibility and configuration (to be discussed later in this book).
|
||||
We would like to point out that authors rarely use default `irb` as a REPL. There is a better alternative called [Pry](http://pry.github.io/). It has the same functionality, but offers more flexibility and configuration (to be discussed later in this book).
|
Loading…
Reference in a new issue