module BinData::Framework
def initialize_shared_instance; end
between all objects that are initialized with the same parameters.
variables set here, and changes to the singleton class will be shared
This should only be used when optimising for performance. Instance
Initialises state that is shared by objects with the same parameters.
def initialize_shared_instance; end