Module: Bootstrap::BasicTags
- Included in:
- Component
- Defined in:
- mod/bootstrap/lib/bootstrap/basic_tags.rb
Instance Method Summary collapse
Instance Method Details
#html(content) ⇒ Object
5 6 7 8 |
# File 'mod/bootstrap/lib/bootstrap/basic_tags.rb', line 5 def html content add_content String(content).html_safe "" end |