class XmlConv::Model::FreeText
Attributes
type[RW]
Public Instance Methods
<<(other)
click to toggle source
Calls superclass method
# File lib/xmlconv/model/freetext_container.rb, line 8 def <<(other) if(empty? || other.empty?) super else super("\n" << other) end end