ruby programming master s handbook a true beginne
es store data and are dynamically typed in Ruby. ```ruby name = "Alice" String age = 25 Integer height = 5.6 Float is_student = true Boolean ``` Ruby supports several data types: Numbers (Integer, Float) Strings Symbols Booleans Arrays Hashes Control Structure