class Regexp::Expression::Root
def self.build(options = {})
def self.build(options = {}) warn "`#{self.class}.build(options)` is deprecated and will raise in "\ "regexp_parser v3.0.0. Please use `.construct(options: options)`." construct(options: options) end