Concept Flow - Why methods always return a value in Ruby
Start method call
Execute each line
Last evaluated expression
Return its value
Method call ends with return value
Ruby methods run all lines and return the value of the last expression automatically.