What does the term "method chaining" refer to in Ruby?
A. Passing multiple arguments to a single method call
B. Calling the same method recursively
C. Invoking multiple methods on the same object in a single line of code
D. Passing the return value of one method as an argument to another method
Answer: Option C

Join The Discussion