Skip to content

Instantly share code, notes, and snippets.

@damon
Created February 20, 2012 20:06
Show Gist options
  • Save damon/1871088 to your computer and use it in GitHub Desktop.
Save damon/1871088 to your computer and use it in GitHub Desktop.
add these lines to .irbrc for some extra fun
class Object
def ml(*m)
methods.grep(/(#{m.join("|")})/)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment