class XML::Smart::Dom::Other
Public Instance Methods
Source
# File lib/xml/smart_domother.rb, line 6 def otype case @node when Nokogiri::XML::Comment; :comment else; :unknown end end
# File lib/xml/smart_domother.rb, line 6 def otype case @node when Nokogiri::XML::Comment; :comment else; :unknown end end