cstruct icon indicating copy to clipboard operation
cstruct copied to clipboard

Fix #<< now returns self

Open eflukx opened this issue 7 years ago • 0 comments

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

eflukx avatar Dec 10 '17 11:12 eflukx