4 5 6
# File 'lib/latte/hex_presenter.rb', line 4 def to_s object.to_s.unpack('H*')[0].scan(/../).join ' ' end