summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index 7c5b7f0131..2322c326ce 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -21,7 +21,7 @@
* A class which provides a method `each' to be used as an Enumerable
* object.
*/
-static VALUE rb_cEnumerator;
+VALUE rb_cEnumerator;
static VALUE sym_each;
VALUE rb_eStopIteration;