# File lib/heckle.rb, line 616 def rand_string size = rand(50) str = "" size.times { str << rand(126).chr } str end