Method: Fortitude::Doctypes::Xhtml10Frameset#initialize
- Defined in:
- lib/fortitude/doctypes/xhtml10_frameset.rb
#initialize ⇒ Xhtml10Frameset
Returns a new instance of Xhtml10Frameset.
7 8 9 |
# File 'lib/fortitude/doctypes/xhtml10_frameset.rb', line 7 def initialize super(:xhtml10_frameset, 'html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"') end |