class Nokogiri::CSS::Parser
def initialize(namespaces = {})
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (?Hash namespaces) -> void
This signature was generated using 1 sample from 1 application.
def initialize(namespaces = {}) @tokenizer = Tokenizer.new @namespaces = namespaces super() end