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:
parent
781d0a9bae
commit
c382ff42c2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue