Sha256: c2edf96018f99dbaef2431e0b5fc07e8737ddde64816176b4958b05c07a5a172
Contents?: true
Size: 660 Bytes
Versions: 22
Compression:
Stored size: 660 Bytes
Contents
ALERT VERB NAME: alert SHORTCUT: ! DESCRIPTION Show a pop-up notification. This has only been implemented for the Mac OS X as of yet. SYNTAX alert <messsage> PARAMETERS messsage - The message that will be displayed in the alert. RESULT On the Mac, a notification will popup on screen. <it> will be set to the message. ERRORS Missing Expression! - No expression is provided as parameter to the verb. Expression evaluated with no result! - Expression is provided but evaluates to nil. EXAMPLE > create s as string : "boo" > alert s > alert "important message!" SEE ALSO show
Version data entries
22 entries across 22 versions & 2 rubygems