Method: CGI::Html5#doctype

Defined in:
lib/cgi/html.rb

#doctypeObject

The DOCTYPE declaration for this version of HTML



971
972
973
# File 'lib/cgi/html.rb', line 971

def doctype
  %|<!DOCTYPE HTML>|
end