59 60 61
# File 'lib/fdbtuple.rb', line 59 def to_s self.data.each_byte.map { |b| b.to_s(16) } .join end