# File lib/adaptation/message.rb, line 209 def self.has_text if @has_text.nil? @has_text = true xml_text :text, nil, ROXML::TEXT_CONTENT end end