class RubyXL::RichText
Public Instance Methods
to_s()
click to toggle source
# File lib/rubyXL/objects/text.rb, line 87 def to_s str = if t.nil? then '' else t.to_s end r && r.each { |rtr| str << rtr.to_s if rtr } str end