40 41 42 43
# File 'lib/spec_assist.rb', line 40 def get_string(length=255) str = LORUM[0, length.to_i] return str end