# File lib/innodb/util/buffer_cursor.rb, line 245 def get_hex(length) read_and_advance(length).bytes.map { |c| "%02x" % c }.join end