2011/11/9 Suraj Kurapati <sunaku / gmail.com>: > * 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