Sha256: 55413dd17b929988a24f4e7597d453a9b1d36c346c8552e54acfe4194df8858b
Contents?: true
Size: 663 Bytes
Versions: 22
Compression:
Stored size: 663 Bytes
Contents
TELL VERB NAME: tell SHORTCUT: -> DESCRIPTION Send a message to an object. Ask the object to perform an action. SYNTAX tell <path.to.object> to <message> PARAMETERS path.to.object - The object that we want to see. message - The message to send. RESULT The result depends on the message that is sent. ERRORS Missing message! - No message was specified, or the 'to' keyword is missing. Object was not found - The target of the message was not found. EXAMPLE > tell an.obj to unload > tell the.script to run > tell my.str to up > tell the.container to count SEE ALSO run
Version data entries
22 entries across 22 versions & 2 rubygems