Ruby | Integer <= method
The <= is an inbuilt method in Ruby returns true if the number is less than or equal to the given number, else it returns false. Syntax: num1 <= num2 Parameters: The function accepts no parameter. Return Value: It returns true if the number is less than or equal to the given number, else it re