Concept Flow - Send for calling methods dynamically
Start
Have object
Call send with method name as symbol/string
send looks up method
Method executed on object
Return method result
End
The send method takes a method name and calls that method on the object dynamically, returning the result.