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!

Monitor methods added to classes/modules with watch_methods

watch_methods lets you watch when methods are defined with regexes, symbols, arrays and more. This is useful when you are creating a gem that is expecting methods to be defined, or to use your macro style methods that mention methods before they are defined (think Rails callbacks, validators etc).

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