module Nokogiri

def self.ffi? # :nodoc:

:nodoc:
def self.ffi? # :nodoc:
  uses_libxml? && Nokogiri::VERSION_INFO['libxml']['binding'] == 'ffi'
end