class Interview::HtmlDoctype

Public Instance Methods

build(b) click to toggle source
# File lib/interview/controls/html_doctype.rb, line 4
def build(b)
  b.text text: '<!DOCTYPE html>', html_safe: true
end