Class XHTML
In: lib/nukumi2/plugins/xhtml.rb
Parent: Object

Raw XHTML cloth. Idea by ThreeDayMonk.

Methods

new   to_html  

Public Class methods

[Source]

   # File lib/nukumi2/plugins/xhtml.rb, line 4
4:   def initialize(string)
5:     @string = string
6:   end

Public Instance methods

[Source]

    # File lib/nukumi2/plugins/xhtml.rb, line 8
 8:   def to_html(*args)
 9:     @string
10:   end

[Validate]