Module: SerializableProc::Isolatable
- Included in:
- SerializableProc, Binding
- Defined in:
- lib/serializable_proc/isolatable.rb
Constant Summary collapse
- MAPPERS =
{'l' => '', 'c' => '@@', 'i' => '@', 'g' => '$'}
- ISOLATION_VAR =
:@@_not_isolated_vars
- BLOCK_SCOPES =
[:class, :sclass, :defn, :module]