mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-18 12:02:19 +08:00
sync
This commit is contained in:
6
NEWS-pre
6
NEWS-pre
@@ -18,10 +18,10 @@
|
||||
intern, to_str, upcase, upcase!, downcase, downcase!, swapcase, swapcase!,
|
||||
capitalize, capitalize!, reverse, reverse!, *, <=>, casecmp, start_with?,
|
||||
end_with?, include?, index, rindex, strip, strip!, lstrip, lstrip!, rstrip,
|
||||
rstrip!, insert, each_char, chars.
|
||||
rstrip!, insert, each_char, chars, each_line, lines.
|
||||
* Added the following Array methods: values_at.
|
||||
* Added the following Range methods: ==, eql?, begin, end, exclude_end?,
|
||||
to_s.
|
||||
* Added the following Range methods: ==, ===, eql?, begin, end, exclude_end?,
|
||||
to_s, include?, member?.
|
||||
* 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,
|
||||
|
||||
Reference in New Issue
Block a user