class RuboCop::AST::RegexpNode

def regopt

Returns:
  • (RuboCop::AST::Node) - a regopt node
def regopt
  children.last
end