More About Methods
Other languages have functions, procedures, methods, or routines, but
in Ruby there is only the
method---a chunk of expressions that
return a value.
So far in this book, we've been defining and using methods without
much thought. Now it's time to get into the details.