Method: RubyXL::Text#to_s
- Defined in:
- lib/rubyXL/objects/text.rb
permalink #to_s ⇒ Object
[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 |