This is a useful little trick to get all the methods that you can call on any Ruby object. This is extremely helpful when poking around someone else's code (like Gem code) that is poorly documented. foo.methods This will return a long list of methods that...
Read More