Class: RWDMessage
Instance Method Summary collapse
-
#initialize(msg) ⇒ RWDMessage
constructor
A new instance of RWDMessage.
Methods inherited from RWDWindow
Constructor Details
#initialize(msg) ⇒ RWDMessage
Returns a new instance of RWDMessage.
753 754 755 |
# File 'lib/rwd/rwd.rb', line 753 def initialize(msg) super("<window title='RWD Message' nobackbuttons noclosebutton><p>#{msg}</p><back/></window>") end |