1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Benoit Daloze 2021-10-20 21:57:05 +02:00
parent 500ba24882
commit 030b1892d5
7 changed files with 146 additions and 50 deletions

View file

@ -30,7 +30,7 @@ describe "StringIO#ungetbyte" do
io.string.should == 'Shis is a simple string.'
end
it "ungets the bytes of a string if given a string as an arugment" do
it "ungets the bytes of a string if given a string as an argument" do
str = "\u01a9"
io = StringIO.new(str)
b = io.getbyte