This commit is contained in:
Laurent Sansonetti
2014-09-03 17:47:28 +02:00
parent cbd5569a19
commit e575b91c95

View File

@@ -11,13 +11,15 @@
* Added the following Module methods: attr, included_modules,
instance_methods, public_instance_methods, protected_instance_methods,
private_instance_methods, method_added.
* Added the following Class methods: inherited.
* Added the following Class methods: inherited, superclass.
* Added the following String methods: clear, concat, <<, empty?, replace,
intern, to_str, upcase, upcase!, downcase, downcase!, swapcase, swapcase!,
capitalize, capitalize!, reverse, reverse!, *, <=>, casecmp, start_with?,
end_with?, include?, index, rindex.
* Added the following Proc methods: [], ===, yield, to_proc, arity, clone,
dup, ==, eql?, binding, to_s, lambda?, weak!, owner.
* Added the following MatchData methods: regexp, size, length, offset, begin,
end.
* 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).