This commit is contained in:
Laurent Sansonetti
2014-09-04 15:49:14 +02:00
parent 0d9b6af80f
commit dbd7fbde31

View File

@@ -18,8 +18,10 @@
end_with?, include?, index, rindex.
* Added the following Proc methods: [], ===, yield, to_proc, arity, clone,
dup, ==, eql?, binding, to_s, lambda?, weak!, owner.
* 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,
end.
end, inspect, to_s, string, pre_match, post_match, captures, names.
* Fixed the symbolication of backtraces to work on versions of Android where
the `libcorkscrew' library isn't present (such as super-old API versions as
well as the latest one, L).