aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/io/codepoints_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update to ruby/spec@4ce9f41Benoit Daloze2020-12-271-0/+10
|
* 2.8 -> 3.0 in specsBenoit Daloze2020-12-041-1/+1
|
* delete deprecated IO-like methods卜部昌平2020-12-031-15/+18
| | | | | | | | | This commit deletes {IO,ARGF,StringIO,Zib::GZipReader}#{bytes,chars,lines,codepoints}, which have been deprecated since c47c095b9740e7c19d6fdca29ab661c1089221d4. Note that String also has those methods. They are neither depreacted nor deleted because they are not aliases of counterpart each_something.
* Update to ruby/spec@c1b568beregon2018-03-041-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@83063a3eregon2018-01-291-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-201-0/+25
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e