Module: Card::Bootstrap::BasicTags

Included in:
Component
Defined in:
lib/card/bootstrap/basic_tags.rb

Overview

simple html tag handling (div, span, etc)

Instance Method Summary collapse

Instance Method Details

#html(content) ⇒ Object



5
6
7
8
# File 'lib/card/bootstrap/basic_tags.rb', line 5

def html content
  add_content String(content).html_safe
  ""
end