class Regexp::Expression::Base

def to_re(format = :full)

def to_re(format = :full)
  ::Regexp.new(to_s(format))
end