summaryrefslogtreecommitdiff
path: root/doc/strscan/methods/scan_until.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/strscan/methods/scan_until.md')
-rw-r--r--doc/strscan/methods/scan_until.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/strscan/methods/scan_until.md b/doc/strscan/methods/scan_until.md
index 9a8c7c02f6..5fb2912a1b 100644
--- a/doc/strscan/methods/scan_until.md
+++ b/doc/strscan/methods/scan_until.md
@@ -1,6 +1,3 @@
-call-seq:
- scan_until(pattern) -> substring or nil
-
Attempts to [match][17] the given `pattern`
anywhere (at any [position][2]) in the [target substring][3].