summaryrefslogtreecommitdiff
path: root/doc/matchdata/offset.rdoc
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-04-18 13:02:35 -0500
committerGitHub <noreply@github.com>2022-04-18 13:02:35 -0500
commitb074bc3d614cd4e783dc77e3602c424110230495 (patch)
tree20d2ffd9307486a3fb2fd780e0680bca1a5efcbd /doc/matchdata/offset.rdoc
parent9d1dd7a9ed189475730254fbfee52f890759afaf (diff)
downloadruby-b074bc3d614cd4e783dc77e3602c424110230495.tar.gz
[DOC] Enhanced RDoc for MatchData (#5819)
Treats: #begin #end #match #match_length
Diffstat (limited to 'doc/matchdata/offset.rdoc')
-rw-r--r--doc/matchdata/offset.rdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/matchdata/offset.rdoc b/doc/matchdata/offset.rdoc
index bbf157548a..0985316d76 100644
--- a/doc/matchdata/offset.rdoc
+++ b/doc/matchdata/offset.rdoc
@@ -29,4 +29,3 @@ returns the starting and ending offsets for the named match:
m.offset(:bar) # => [2, 3]
Related: MatchData#byteoffset, MatchData#begin, MatchData#end.
-