jordansissel / ruby-grok

Pure-ruby implementation of grok.
Apache License 2.0
54 stars 25 forks source link

Compile frozen pattern #28

Closed prehor closed 9 months ago

prehor commented 7 years ago

Grok#compile throws RuntimeError exception "can't modify frozen string" on frozen pattern because @expanded_pattern contains cloned pattern instead of duped.