Four things you should know about ruby methods
I’ve found that there are a few tricks you can use when defining methods in your classes, specifically with regards to the way your argument list is defined. Hopefully this can be useful to any up and coming rubyists.
Post a comment