Module: Restruct

Extended by:
ClassConfig
Defined in:
lib/restruct.rb,
lib/restruct/id.rb,
lib/restruct/set.rb,
lib/restruct/hash.rb,
lib/restruct/array.rb,
lib/restruct/version.rb,
lib/restruct/structure.rb,
lib/restruct/marshal_set.rb,
lib/restruct/nested_hash.rb,
lib/restruct/marshal_hash.rb,
lib/restruct/marshal_array.rb,
lib/restruct/marshalizable.rb

Defined Under Namespace

Modules: Marshalizable Classes: Array, Hash, Id, MarshalArray, MarshalHash, MarshalSet, NestedHash, Set, Structure

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.generate_idObject



26
27
28
# File 'lib/restruct.rb', line 26

def self.generate_id
  id_generator.call
end