# File lib/innodb/page/blob.rb, line 71
  def dump
    super

    puts "blob header:"
    pp blob_header
    puts

    puts "blob data:"
    dump_hex(blob_data)
    puts

    puts
  end