Changeset 85

Show
Ignore:
Timestamp:
09/21/2006 01:04:00 (2 years ago)
Author:
mental
Message:
  • ext/sand_table/sand_table.c: give brother-superior-Sandbox an options hash so he can eval like the others
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/sand_table/sand_table.c

    r84 r85  
    26302630  real.self = Data_Wrap_Struct( rb_cSandbox, mark_sandbox, NULL, &real ); 
    26312631  ruby_sandbox = real.self; 
     2632  rb_ivar_set(real.self, s_options, rb_hash_new()); 
    26322633 
    26332634  /* FIXME: all threads should run through sandbox_save. */