module RefineAllocCStruct

Public Instance Methods

to_string() click to toggle source
# File lib/turborex/cstruct.rb, line 7
def to_string # Warning: must be changed
  self.str[self.stroff, self.sizeof]
end