Method: RuboCop::AST::RegexpNode#options
- Defined in:
- lib/rubocop/ast/node/regexp_node.rb
permalink #options ⇒ Integer
NOTE: The ‘o’ option is ignored.
32 33 34 |
# File 'lib/rubocop/ast/node/regexp_node.rb', line 32 def regopt.children.map { |opt| OPTIONS.fetch(opt) }.inject(0, :|) end |