Regexp#dup
Regexp.new(/RE/)
When copying from another regexp, copy already built `regex_t` instead of re-compiling its source.