Sha256: 4e674421b24bf657eac8db53e194c30b29b50315d05b1ceafa44d68d9cd606ac
Contents?: true
Size: 483 Bytes
Versions: 165
Compression:
Stored size: 483 Bytes
Contents
#ifndef ruby_internal_block__h_ #define ruby_internal_block__h_ #include <ruby.h> #ifndef RUBY_VM #include "env.h" #endif struct BLOCK { NODE *var; NODE *body; VALUE self; struct FRAME frame; struct SCOPE *scope; VALUE klass; NODE *cref; int iter; int vmode; int flags; int uniq; struct RVarmap *dyna_vars; VALUE orig_thread; VALUE wrapper; VALUE block_obj; struct BLOCK *outer; struct BLOCK *prev; }; #endif
Version data entries
165 entries across 11 versions & 1 rubygems