1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

ends_with is not a plural

This commit is contained in:
Xavier Noria 2010-02-03 01:12:02 +01:00
parent 781d0a9bae
commit c382ff42c2

View file

@ -505,7 +505,7 @@ The following methods have been removed because they are now available in Ruby 1
* <tt>Integer#even?</tt> and <tt>Integer#odd?</tt>
* <tt>String#each_char</tt>
* <tt>String#start_with?</tt> and <tt>String#end_with?</tt> (plural aliases still kept)
* <tt>String#start_with?</tt> and <tt>String#end_with?</tt> (3rd person aliases still kept)
* <tt>String#bytesize</tt>
* <tt>Object#tap</tt>
* <tt>Symbol#to_proc</tt>