Skip to content

Commit 7675957

Browse files
committed
Remove artefact from README
1 parent 0c752fa commit 7675957

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -364,22 +364,6 @@ $min = $diff.Min( $seqNum, $base );
364364

365365
`Max` returns the last value that `Range` would return or `Nil`.
366366

367-
######################################################################### # # Get is unimplemented under Raku. It is largely unnecessary, mostly # syntactic sugar to lump individual method calls together. # # ####################################################################### # =item `Get`
368-
369-
# ( $n, $x, $r ) = $diff->Get(qw( min1 max1 range1 )); # @values = $diff->Get(qw( 0min2 1max2 range2 same base ));
370-
371-
# `Get` returns one or more scalar values. You pass in a list of the # names of the values you want returned. Each name must match one of the # following regexes:
372-
373-
# /^(-?\d+)?(min|max)[12]$/i # /^(range[12]|same|diff|base)$/i
374-
375-
# The 1 or 2 after a name says which sequence you want the information # for (and where allowed, it is required). The optional number before # "min" or "max" is the base to use. So the following equalities hold:
376-
377-
# $diff->Get('min1') == $diff->Min(1) # $diff->Get('0min2') == $diff->Min(2,0)
378-
379-
# Using `Get` in a scalar context when you've passed in more than one # name is a fatal error (`die` is called).
380-
381-
# =back ########################################################################
382-
383367
prepare
384368
-------
385369

0 commit comments

Comments
 (0)