Skip to content

Commit 81cdc24

Browse files
committed
Add orig method to Cursor.
1 parent bc73493 commit 81cdc24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QRegex/Cursor.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ role NQPCursorRole is export {
1010
has $!regexsub;
1111
has $!restart;
1212

13+
method orig() { $!orig }
1314
method target() { $!target }
1415
method from() { $!from }
1516
method pos() { $!pos }

0 commit comments

Comments
 (0)