From 0814c4ac643fcbb2d7f2d6c077fa1626a5e59b77 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 6 Nov 2012 17:16:58 +0000 Subject: * enumerator.c: Support for lazy.cycle.size [Feature #6636] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 5b66192ddf..9bf66c2780 100644 --- a/internal.h +++ b/internal.h @@ -87,6 +87,9 @@ ID rb_id_encoding(void); /* encoding.c */ void rb_gc_mark_encodings(void); +/* enum.c */ +VALUE enum_cycle_size(VALUE self, VALUE args); + /* error.c */ NORETURN(PRINTF_ARGS(void rb_compile_bug(const char*, int, const char*, ...), 3, 4)); VALUE rb_check_backtrace(VALUE); -- cgit v1.2.3