Class: REXML::Element
- Inherits:
-
Object
- Object
- REXML::Element
- Defined in:
- lib/jam/rexml.rb
Instance Method Summary collapse
Instance Method Details
#jam(data, opts = {}) ⇒ Object
15 16 17 18 |
# File 'lib/jam/rexml.rb', line 15 def jam(data, opts={}) engine = ::Jam::REXML.new() engine.interpolate(self, data) end |