Skip to content

Instantly share code, notes, and snippets.

@harrifeng
Created November 3, 2014 08:13
Show Gist options
  • Save harrifeng/3c2f308cc716bb51f8c1 to your computer and use it in GitHub Desktop.
Save harrifeng/3c2f308cc716bb51f8c1 to your computer and use it in GitHub Desktop.
Greate way to filder the ruby method
[].methods.grep /^re/ # => [:replace, :reject, :reject!, :respond_to?, ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment