Module: Standard

Defined in:
lib/safestruct.rb

Constant Summary collapse

Struct =

note: HACK redefine built in struct in module Safe “context”

::Struct
Array =

save old classic struct class

::Array
Hash =
::Hash