DEV Community

Discussion on: Everything is an Object!

 
craigbrad profile image
Craig Bradley

Ruby absolutely doesn't allow you to pass around instances of a method. A method is converted into a Method object when you call the method method.