Method: RubyXL::Text#to_s

Defined in:
lib/rubyXL/objects/text.rb

#to_sObject

[View source]

25
26
27
# File 'lib/rubyXL/objects/text.rb', line 25

def to_s
  value.to_s.gsub(ESCAPED_UNICODE) { Regexp.last_match(1).hex.chr(::Encoding::UTF_8) }
end