class Nokogiri::XML::Node::SaveOptions

def initialize(options = 0)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (?Integer options) -> void

This signature was generated using 2 samples from 1 application.

Create a new SaveOptions object with +options+
def initialize(options = 0)
  @options = options
end