зеркало из https://github.com/github/ruby.git
7 строки
79 B
YAML
7 строки
79 B
YAML
|
prelude: |
|
||
|
str = "a" * 1000
|
||
|
re = Regexp.new(str)
|
||
|
|
||
|
benchmark:
|
||
|
dup: re.dup
|