class String

Public Instance Methods

to_xml() click to toggle source
# File lib/acts_as_markup/exts/maruku.rb, line 32
def to_xml
  REXML::Text.new(self)
end