method
round
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
round()
public
Rounds num to the nearest integer. Numeric implements this by converting itself to a Float and invoking Float#round.
round()
public
Rounds num to the nearest integer. Numeric implements this by converting itself to a Float and invoking Float#round.