Ruby - 5 pry features every Ruby dev should know
pry gem provides many awesome features which you should know.
lsto list all methods and variables available in current scope.find-methodto search for methods under a namespace.statto show information of a method.show-sourceto show source code of a method.show-docis the same -> show doc of a method.