module Nokogiri

def self.is_2_6_16? # :nodoc:

:nodoc:
def self.is_2_6_16? # :nodoc:
  Nokogiri::VERSION_INFO['libxml']['loaded'] <= '2.6.16'
end