Module: Ext::XulView::Base
- Defined in:
- lib/ext/xul_view.rb
Instance Method Summary collapse
Instance Method Details
#render_xul(name) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/ext/xul_view.rb', line 8 def render_xul(name) @headers['Content-Type'] = 'application/vnd.mozilla.xul+xml' view = app::V.new view.instance_variables_send(self) view.send(name) end |