summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/numeric.c b/numeric.c
index 3398c37c15..7ac7b0333e 100644
--- a/numeric.c
+++ b/numeric.c
@@ -312,6 +312,7 @@ num_div(VALUE x, VALUE y)
*
*
* Examples
+ *
* 11.divmod(3) #=> [3, 2]
* 11.divmod(-3) #=> [-4, -1]
* 11.divmod(3.5) #=> [3, 0.5]