class RuboCop::Cop::Lint::UnexpectedBlockArity

def expected_arity(method)

def expected_arity(method)
  cop_config['Methods'][method.to_s]
end