class RuboCop::Cop::Style::SingleLineBlockParams

def eligible_method?(node)

def eligible_method?(node)
  node.receiver && method_names.include?(node.method_name)
end