# Raw XHTML cloth. Idea by ThreeDayMonk. class XHTML def initialize(string) @string = string end def to_html(*args) @string end end