Ruby 3 basic data types (data types) EP02
Original link: https://v3u.cn/a_id_257 Ruby is a strongly typed static language, that is, once an object is defined in Ruby, it will always be the data type if it does not pass a coercion operation, and the object data type will only be detected when the Ruby interpreter is running. Everything is an object (including nil-valued […]
Ruby 3 basic data types (data types) EP02 Read More »