Methods

Class Index [+]

Quicksearch

TaskJuggler::XMLComment

This is a specialized XMLElement to represent a comment.

Public Class Methods

new(text = '') click to toggle source
     # File lib/taskjuggler/XMLElement.rb, line 194
194:     def initialize(text = '')
195:       super(nil, {})
196:       @text = text
197:     end

Public Instance Methods

to_s(indent) click to toggle source
     # File lib/taskjuggler/XMLElement.rb, line 199
199:     def to_s(indent)
200:       '<!-- ' + @text + " -->\n#{' ' * indent}"
201:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.