0 votes
in Ruby by
Name some operators used in Ruby.

1 Answer

0 votes
by

Operators are a symbol which is used to perform different operations.

  • Unary operator
  • Airthmetic operator
  • Bitwise operator
  • Logical operator
  • Ternary operator
...