class RuboCop::AST::Node

def variable?

def variable?
  VARIABLES.include?(type)
end