Ruby | Integer >= function
The >= is an inbuilt method in Ruby returns true if the number is greater 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 greater than or equal to the given number, else