Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/src/main/ruby/core/argf.rb
Original file line number Diff line number Diff line change
@@ -370,7 +370,7 @@ def read(bytes=nil, output=nil)
output = default_value
else
output = StringValue(output)
output.delete!("^*") # rb_str_resize(str,0);
output.clear
end

if bytes

0 comments on commit faf9735

Please sign in to comment.