ob.method (...args...)
is likened to sending a message to an object.
The method tells what kind of message, and the args determine the message content.
The result, if any, is the reply to the message.