Sha256: 298a925b9dbc59f32f929a338ab142508ddd5a7d250b2b35a843796ea547733a
Contents?: true
Size: 771 Bytes
Versions: 46
Compression:
Stored size: 771 Bytes
Contents
#ifndef INTERNAL_ENUM_H /*-*-C-*-vi:se ft=c:*/ #define INTERNAL_ENUM_H /** * @file * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. * @brief Internal header for Enumerable. */ #include "ruby/ruby.h" /* for VALUE */ /* enum.c */ extern VALUE rb_cArithSeq; VALUE rb_f_send(int argc, VALUE *argv, VALUE recv); VALUE rb_nmin_run(VALUE obj, VALUE num, int by, int rev, int ary); #endif /* INTERNAL_ENUM_H */
Version data entries
46 entries across 30 versions & 4 rubygems