Class: Shale::Adapter::Nokogiri::Node
- Inherits:
-
Object
- Object
- Shale::Adapter::Nokogiri::Node
- Defined in:
- lib/metanorma/shale_monkeypatch.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
5 6 7 |
# File 'lib/metanorma/shale_monkeypatch.rb', line 5 def content @node end |
#to_xml ⇒ Object
9 10 11 |
# File 'lib/metanorma/shale_monkeypatch.rb', line 9 def to_xml @node.to_xml end |