From 34be3a5d907a83a9b71a5916a283c0ec7151d6eb Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 6 Nov 2012 17:14:31 +0000 Subject: * numeric.c (num_step): Support for Numeric#step.size [Feature #6636] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 6e6a071f92..5b66192ddf 100644 --- a/internal.h +++ b/internal.h @@ -154,6 +154,7 @@ void Init_newline(void); /* numeric.c */ int rb_num_to_uint(VALUE val, unsigned int *ret); +VALUE num_interval_step_size(VALUE from, VALUE to, VALUE step, int excl); int ruby_float_step(VALUE from, VALUE to, VALUE step, int excl); double ruby_float_mod(double x, double y); -- cgit v1.2.3