Module: Ice::Inspect_mixin

Overview

Provide some common functionality for structs

Instance Method Summary collapse

Instance Method Details

#inspectObject



7
8
9
# File 'ruby/Ice/Struct.rb', line 7

def inspect
    ::Ice::__stringify(self, self.class::ICE_TYPE)
end