This commit is contained in:
Laurent Sansonetti
2014-09-04 16:32:07 +02:00
parent 14797ef585
commit 6f4e8ab45b

View File

@@ -19,6 +19,8 @@
* Added the following Array methods: values_at.
* Added the following Proc methods: [], ===, yield, to_proc, arity, clone,
dup, ==, eql?, binding, to_s, lambda?, weak!, owner.
* Added the following Regexp methods: source, casefold?, options, names,
named_captures, ===.
* Re-based the MatchData class on a proper distinct subclass in order to
lift runtime limitations.
* Added the following MatchData methods: regexp, size, length, offset, begin,