mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
delete deprecated IO-like methods
This commit deletes
{IO,ARGF,StringIO,Zib::GZipReader}#{bytes,chars,lines,codepoints}, which
have been deprecated since c47c095b97
.
Note that String also has those methods. They are neither depreacted
nor deleted because they are not aliases of counterpart each_something.
This commit is contained in:
parent
84eb2bfab9
commit
43b95bafd5
20 changed files with 196 additions and 360 deletions
|
@ -3,7 +3,10 @@ require_relative '../../spec_helper'
|
|||
require_relative 'fixtures/classes'
|
||||
require_relative 'shared/codepoints'
|
||||
|
||||
# See redmine #1667
|
||||
describe "StringIO#codepoints" do
|
||||
it_behaves_like :stringio_codepoints, :codepoints
|
||||
ruby_version_is ''...'2.8' do
|
||||
|
||||
# See redmine #1667
|
||||
describe "StringIO#codepoints" do
|
||||
it_behaves_like :stringio_codepoints, :codepoints
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue