Tutorials






How to pass arguments to methods in ruby and how it affects their arity
We had mentioned in one of our previous blog that the method definition in Ruby is extremely flexible. Let’s delve a little deeper into that statement and talk about the different type of arguments a method can take and how it affects its arity.Le...


