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