Class: String

Inherits:
Object show all
Defined in:
lib/acts_as_markup/exts/maruku.rb

Direct Known Subclasses

RDocText, WikitextString

Instance Method Summary collapse

Instance Method Details

#to_xmlObject



32
33
34
# File 'lib/acts_as_markup/exts/maruku.rb', line 32

def to_xml
  REXML::Text.new(self)
end