class RuboCop::Cop::Lint::UnexpectedBlockArity

def included_method?(name)

def included_method?(name)
  methods.key?(name.to_s)
end