We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0541825 commit 14050e6Copy full SHA for 14050e6
opal/core/module.rb
@@ -444,12 +444,17 @@ def private_class_method(name)
444
alias private public
445
alias protected public
446
447
+ def private_method_defined?(obj)
448
+ false
449
+ end
450
+
451
+ alias protected_method_defined? private_method_defined?
452
453
alias public_instance_methods instance_methods
454
455
alias public_method_defined? method_defined?
456
457
def remove_class_variable(*)
-
458
end
459
460
def remove_const(name)
0 commit comments