TaskJuggler::XMLElement
This is a specialized XMLElement to represent a comment.
# File lib/taskjuggler/XMLElement.rb, line 194 194: def initialize(text = '') 195: super(nil, {}) 196: @text = text 197: end
# 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.