Changeset 85
- Timestamp:
- 09/21/2006 01:04:00 (2 years ago)
- Files:
-
- 1 modified
-
trunk/ext/sand_table/sand_table.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/sand_table/sand_table.c
r84 r85 2630 2630 real.self = Data_Wrap_Struct( rb_cSandbox, mark_sandbox, NULL, &real ); 2631 2631 ruby_sandbox = real.self; 2632 rb_ivar_set(real.self, s_options, rb_hash_new()); 2632 2633 2633 2634 /* FIXME: all threads should run through sandbox_save. */
