This commit is contained in:
Laurent Sansonetti
2014-09-07 17:15:07 +02:00
parent c57f4fc4b7
commit 0a958ca631

View File

@@ -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,