Methods
Methods
A Method is a self-contained block of Ruby code. This is the code that gets executed when we run any Automation operation.
Methods can have one of three Location values: inline, builtin, or URI. In practice most of the methods that we create are inline methods.