We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e6ed8 commit df98f3aCopy full SHA for df98f3a
1 file changed
R/method-ops.R
@@ -73,8 +73,8 @@ register_ops_bridge <- function(generic, signatures, env) {
73
invisible()
74
}
75
76
-has_s3_method <- function(group, class, env) {
77
- !is.null(utils::getS3method(group, class, envir = env, optional = TRUE))
+has_s3_method <- function(generic, class, env) {
+ !is.null(utils::getS3method(generic, class, envir = env, optional = TRUE))
78
79
80
ops_bridge_class <- function(x) {
0 commit comments