class Regexp::Expression::Root
Public Class Methods
build(options = {})
click to toggle source
# File lib/regexp_parser/expression/classes/root.rb, line 3 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