mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
sync
This commit is contained in:
4
NEWS-pre
4
NEWS-pre
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user