D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
loofah-2.0.3
/
lib
/
loofah
/
html
/
Filename :
document.rb
back
Copy
module Loofah module HTML # :nodoc: # # Subclass of Nokogiri::HTML::Document. # # See Loofah::ScrubBehavior and Loofah::TextBehavior for additional methods. # class Document < Nokogiri::HTML::Document include Loofah::ScrubBehavior::Node include Loofah::DocumentDecorator include Loofah::TextBehavior def serialize_root at_xpath("/html/body") end end end end