Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rodf/compatibility.rb

Instance Method Summary collapse

Instance Method Details

#to_xsObject



5
6
7
# File 'lib/rodf/compatibility.rb', line 5

def to_xs
  Builder::XChar.encode(self)
end