Use single quotes

This commit is contained in:
ChillerDragon 2023-10-22 14:27:14 +02:00
parent 42d7fda502
commit 4fabdab3eb

View file

@ -64,7 +64,7 @@ class NetBase
# // TTTTTTTT # // TTTTTTTT
# // TTTTTTTT # // TTTTTTTT
if @s.nil? if @s.nil?
puts "Error: no active socket" puts 'Error: no active socket'
return return
end end
flags_bits = PacketFlags.new(opts).bits flags_bits = PacketFlags.new(opts).bits