Regexp::Scanner::PrematureEndError: Premature end of pattern at #{str} · Issue #15 · ammar/regexp_parser

Example: 2.3.0 :001 > /\#{str}/ => /\#{str}/ 2.3.0 :003 > require 'regexp_parser' => true 2.3.0 :004 > Regexp::Parser.parse('\#{str}') Regexp::Scanner::PrematureEndError: Premature end of pattern a...