class RuboCop::AST::RegexpNode
def options
-
(Integer)
- the Regexp option bits as returned by Regexp#options
def options regopt.children.map { |opt| OPTIONS.fetch(opt) }.inject(0, :|) end
(Integer)
- the Regexp option bits as returned by Regexp#options
def options regopt.children.map { |opt| OPTIONS.fetch(opt) }.inject(0, :|) end