class Regexp::Scanner::InvalidGroupOption
Invalid groupOption. Used for inline options.
Public Class Methods
new(option, text)
click to toggle source
Calls superclass method
Regexp::Scanner::ValidationError::new
# File lib/regexp_parser/scanner.rb, line 46 def initialize(option, text) super "Invalid group option #{option} in #{text}" end