# File lib/nokogiri/ffi/xml/sax/push_parser.rb, line 12 def options=(user_options) if LibXML.xmlCtxtUseOptions(cstruct, user_options) != 0 raise RuntimeError, "Cannot set XML parser context options" end nil end