Method: RWDMessage#initialize
- Defined in:
- lib/rwd/rwd.rb
#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 |