cstruct
cstruct copied to clipboard
Fix #<< now returns self
CStruct.new << 'bindata'
returns a CStruct and not a Range.
Formerly an intermediate var or something this CStruct.new.tap{ |s| s << 'binstring'
}` was needed