Method: OMF::Web::Widget::Code::CodeWidget#content
- Defined in:
- lib/omf-web/widget/UNUSED/code/code_widget.rb
#content ⇒ Object
20 21 22 23 24 |
# File 'lib/omf-web/widget/UNUSED/code/code_widget.rb', line 20 def content() div :id => @base_id, :class => "oml_code CodeRay" do rawtext render_code end end |