Class: Shale::Adapter::Nokogiri::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/metanorma/shale_monkeypatch.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



5
6
7
# File 'lib/metanorma/shale_monkeypatch.rb', line 5

def content
  @node
end

#to_xmlObject



9
10
11
# File 'lib/metanorma/shale_monkeypatch.rb', line 9

def to_xml
  @node.to_xml
end