# File lib/core/facets/string/bytes.rb, line 10 def bytes(&blk) if block_given? self.unpack('C*').each(&blk) else self.unpack('C*') end end