# File lib/smart_proxy_abrt/abrt_lib.rb, line 14 def self.random_hex_string(nbytes) OpenSSL::Random.random_bytes(nbytes).unpack('H*').join end