1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/strscan
nobu 256c88861b strscan.c: add MatchData-like methods
* ext/strscan/strscan.c: added `size`, `captures` and `values_at`
  to StringScanner, shorthands of accessing the matched data.
  based on the patch by apeiros (Stefan Rusterholz) at
  [ruby-core:20412].  [Feature #836]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-11-29 07:57:48 +00:00
..
depend ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
extconf.rb {ext,test}/strscan: Specify frozen_string_literal: true. 2017-02-06 13:23:39 +00:00
strscan.c strscan.c: add MatchData-like methods 2017-11-29 07:57:48 +00:00
strscan.gemspec To use github url for gemspec. 2017-09-15 23:46:46 +00:00