Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/acts_as_markup/exts/maruku.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_xml ⇒ Object
32 33 34 |
# File 'lib/acts_as_markup/exts/maruku.rb', line 32 def to_xml REXML::Text.new(self) end |