module Card::Bootstrap::BasicTags

Public Instance Methods

html(content) click to toggle source
# File lib/card/bootstrap/basic_tags.rb, line 4
def html content
  add_content String(content).html_safe
  ""
end