require 'fortitude/widget' module Fortitude module Widgets class Html4Transitional < Fortitude::Widget doctype :html4_transitional end end end