# File lib/innodb/page.rb, line 481
  def dump
    puts "#{self}:"
    puts

    puts "fil header:"
    pp fil_header
    puts

    puts "fil trailer:"
    pp fil_trailer
    puts
  end