# File lib/bson/grow.rb, line 30
    def to_e # Extract bytes for elements from BSON
      @str[4...-1]
    end