Module: Card::Bootstrap::BasicTags

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

Instance Method Summary collapse

Instance Method Details

#html(content) ⇒ Object



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

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