Method: Canis::App#message
- Defined in:
- lib/canis/core/util/app.rb
#message(text) ⇒ Object
updates a global var with text. Calling app has to set up a Variable with that name and attach to a label so it can be printed.
214 215 216 |
# File 'lib/canis/core/util/app.rb', line 214 def text $status_message.value = text # trying out 2011-10-9 end |