You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stealth could execute the first arm if either :yes or :maybe are specified. Both would still map to the alpha literal A though. But this way, a developer can specify multiple replies that map to a single proc making their handle_message more DRY.
The text was updated successfully, but these errors were encountered:
Given this code:
Stealth could execute the first arm if either
:yes
or:maybe
are specified. Both would still map to the alpha literalA
though. But this way, a developer can specify multiple replies that map to a singleproc
making theirhandle_message
more DRY.The text was updated successfully, but these errors were encountered: