Object
# File lib/eim_xml.rb, line 50 def initialize(text) raise ArgumentError, "Can not include '--'" if text =~ /--/ @text = text end
# File lib/eim_xml.rb, line 55 def write_to(out="") out << "<!-- #{@text} -->" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.