Sha256: fe57deee6ee07beaf77de6b3fd1bf771936c10193b993cb71d149be297426338
Contents?: true
Size: 1.71 KB
Versions: 12
Compression:
Stored size: 1.71 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:offset:@docstringIC:YARD::Docstring"ÆReturns a two-element array containing the beginning and ending offsets of the <em>n</em>th match. m = /(.)(.)(\d+)(\d)/.match("THX1138.") m.offset(0) #=> [1, 7] m.offset(4) #=> [6, 7] :@objectu:YARD::StubProxyMatchData#offset: @summary0: @all"îReturns a two-element array containing the beginning and ending offsets of the <em>n</em>th match. m = /(.)(.)(\d+)(\d)/.match("THX1138.") m.offset(0) #=> [1, 7] m.offset(4) #=> [6, 7] @overload offset(n) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;MatchData#offset;;;IC; "