method
truncate
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
truncate()
public
Returns num truncated to an integer. Numeric implements this by converting its value to a float and invoking Float#truncate.
truncate()
public
Returns num truncated to an integer. Numeric implements this by converting its value to a float and invoking Float#truncate.