class TracWiki::RawHtml

Public Class Methods

new(text) click to toggle source
# File lib/trac-wiki/tree.rb, line 5
def initialize(text)
  @text = text
end

Public Instance Methods

to_s() click to toggle source
# File lib/trac-wiki/tree.rb, line 8
def to_s
  @text
end