# File lib/markaby/builder_tags.rb, line 52 def xhtml_frameset(attrs = {}, &block) self.tagset = Markaby::XHTMLFrameset xhtml_html(attrs, &block) end