class RuboCop::Cop::VariableForce::Variable

def keyword_argument?

def keyword_argument?
  [:kwarg, :kwoptarg].include?(@declaration_node.type)
end