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 b8b44d8 commit 062b576Copy full SHA for 062b576
docs/ops.markdown
@@ -1249,11 +1249,6 @@ actually want to access an attribute of the container.
1249
1250
NQP equivalent for Perl 6's `$obj.HOW`.
1251
1252
-## makeclosure
1253
-* `makeclosure(Block $innerblock)`
1254
-
1255
-Creates a lexical closure from the block's outer scope.
1256
1257
## rebless
1258
* `rebless(Mu $obj, Mu:T $type)`
1259
@@ -1269,6 +1264,11 @@ Return the name of the REPR for the given object.
1269
1264
1270
1265
Replace `$obj`'s WHO. Return `$obj`.
1271
1266
1267
+## takeclosure
1268
+* `takeclosure(Block $innerblock)`
+
+Creates a lexical closure from the block's outer scope.
1272
## who
1273
* `who(Mu $obj)`
1274
0 commit comments