# File lib/bson/grow.rb, line 38
    def to_v # Extract value from (single-element) BSON
      @str[(@str.index(NULL_BYTE,5)+1)...-1]
    end