RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Looksee 1.0.0 - method introspection on steroids

Exploring new codebases, let alone hacking them, can be tricky in a dynamic language like Ruby. Sometimes the best way is to stick a debugger or IRB in the source, and reflect on the objects. Ruby gives us a lot, but leaves it to us to present this information in a useful way.

Looksee is a tool to illustrate the ancestry and method tables pertaining to an object, and gives you a quick way to jump to the source of any method, all from within IRB. Version 1.0 introduces a few significant changes to make things easier on the fingers, and adds support for MRI 1.9, JRuby, and Rubinius!

http://github.com/oggy/looksee

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