Method: Representable::XML::Namespace#from_node

Defined in:
lib/representable/xml/namespace.rb

#from_node(node, options = {}) ⇒ Object

FIXME: some “bug” in Representable’s XML doesn’t consider the container tag, so we could theoretically pick the wrong namespaced tag here :O



81
82
83
# File 'lib/representable/xml/namespace.rb', line 81

def from_node(node, options={})
  super
end