Parent

Methods

String

Enhance the String class with a XML escaped character version of to_s.

Public Instance Methods

to_xs() click to toggle source

XML escaped version of to_s

# File lib/builder/xchar.rb, line 110
def to_xs
  unpack('U*').map {|n| n.xchr}.join # ASCII, UTF-8
rescue
  unpack('C*').map {|n| n.xchr}.join # ISO-8859-1, WIN-1252
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.