Q. Which of the following is a correct way to call a method with arguments in Ruby?
β
Correct Answer: (A)
method_name(arguments)
You must be Logged in to update hint/solution