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 842a581 commit 5e1260bCopy full SHA for 5e1260b
doc/Type/Metamodel/PrivateMethodContainer.pod6
@@ -42,11 +42,23 @@ Adds a private method C<$code> with name C<$name>.
42
43
Returns a hash of C«name => &method_object»
44
45
-=begin comment
+=head2 method private_methods
46
47
-TODO: document find_private_method, once we've figured out how to represent
48
-or catch nqp::null in Raku land
+ method private_methods($obj)
49
50
-=end comment
+Returns a list of private method names.
+
51
+=head2 method private_method_names
52
53
+ method private_method_names($obj)
54
55
+Alias to C<private_methods>.
56
57
+=head2 method find_private_method
58
59
+ method find_private_method($obj, $name)
60
61
+Locates a private method. Otherwise, returns L<C<Mu>|/type/Mu> if it doesn't
62
+exist.
63
64
=end pod
0 commit comments