# File lib/bson/grow.rb, line 49 def unfinish! # Backup past terminating null bytes @b_pos ||= [0] @cursor = @str.size - @b_pos.size # BSON::BSON_CODER.serialize may not restore @cursor self end