class RuboCop::AST::RegexpNode
def regopt
-
(RuboCop::AST::Node)
- a regopt node
def regopt first, second = *self first.regopt_type? ? first : second end
(RuboCop::AST::Node)
- a regopt node
def regopt first, second = *self first.regopt_type? ? first : second end