4 ways to determine whether a value is a number or not in Ruby
How's it going, guys?
Intro
Today, I want to share with you 4 ways to determine whether a variable is a number or not in Ruby.
The goal is to check if a specific value is a number or not.
Introduction to the solutions
In Ruby, there are often synon...
blog.alexandrecalaca.com3 min read