You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~% echo this line will stay intact; pry
this line will stay intact
[1] pry(main)>
~% echo this line will be erased; pry -e ''
[1] pry(main)> e erased
[2] pry(main)>
~% pry -v
Pry version 0.10.1 on Ruby 2.1.5
~%