Class: RubyXL::RichText
- Inherits:
-
OOXMLObject
- Object
- OOXMLObject
- RubyXL::RichText
- Defined in:
- lib/rubyXL/objects/text.rb
Overview
Instance Method Summary collapse
Methods included from OOXMLObjectInstanceMethods
#==, #before_write_xml, included, #index_in_collection, #initialize, #write_xml
Instance Method Details
#to_s ⇒ Object
87 88 89 90 91 |
# File 'lib/rubyXL/objects/text.rb', line 87 def to_s str = t.to_s r && r.each { |rtr| str << rtr.to_s if rtr } str end |