Passing Arguments
Learn how to pass arguments to a method in Ruby.
Extra information needed
An object occasionally needs extra information to do what we ask.
For example, the String
class defines the delete
method, which returns another string with some ...