From: Tanaka Akira Date: 2011-11-09T09:32:17+09:00 Subject: [ruby-core:40863] Re: [ruby-trunk - Feature #5588] add negation flag (v) to Regexp 2011/11/9 Suraj Kurapati : > * We can pass '(?v:)' in embedded regexp but it does not take effect. > The resulting regexp object's #options field does not reflect 'v'. The option can be embedded to middle of a regexp: /foo(?v:bar)baz/ I think it doesn't work. -- Tanaka Akira