Ruby type conversion
12-Sep-2021 1644
Let’s talk about type conversion in Ruby.First, we’re going to need some definitions:typethe kind of object the program is currently dealing with. In Ruby this usually breaks down to the class of the object (e.g., String or Integer).type conversion.
Ruby type conversion #ruby #rubydeveloper #rubyonrails #conversion #type https://rubyonrails.ba/link/ruby-type-conversion