Hpricot::Elem

Parent

Methods

Generated with Razzle Dazzle Redfish.
[Validate]

Public Instance Methods

jam(data, opts={}) click to toggle source

This turns the Elem into an Elements object containing it.

# File lib/jam/hpricot.rb, line 15
    def jam(data, opts={})
      engine = ::Jam::Hpricot.new()
      engine.interpolate(::Hpricot::Elements[self], data)
    end

Disabled; run with --debug to generate this.