0 votes
in Ruby by
Explain Ruby data types.

1 Answer

0 votes
by

Ruby data types represent type of data such as text, string, numbers, etc.

There are different data types in Ruby:

  • Numbers
  • Strings
  • Symbols
  • Hashes
  • Arrays
  • Booleans
...