RubyFlow The Ruby and Rails community linklog

5 Pry Features Every Ruby Developer Should Know

Pry is a great resource for debugging and exploring code: https://blog.cognitohq.com/five-pry-features-every-ruby-developer-should-know/

With Pry you can:

  • Enumerate methods, instance variables, and local variables in the current scope
  • Search for methods under a namespace
  • Show call signatures, source, and documentation for any methods

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in