module BinData::Framework

def initialize_shared_instance; end

This method is called only once for a particular set of parameters.
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