Skip to content

Instantly share code, notes, and snippets.

@mtkd
Created May 7, 2009 18:39
Show Gist options
  • Save mtkd/108268 to your computer and use it in GitHub Desktop.
Save mtkd/108268 to your computer and use it in GitHub Desktop.
Listing Ruby Methods
puts I18n.public_methods.grep(/method/)
puts "\n\I18n.methods : "+ I18n.methods.sort.join("\n").to_s+"\n\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment