Class: FactoryHelper::String

Inherits:
Object
  • Object
show all
Defined in:
lib/factory-helper/string.rb

Class Method Summary collapse

Class Method Details

.random(length = 32) ⇒ Object



4
5
6
# File 'lib/factory-helper/string.rb', line 4

def random(length= 32)
  utf8string select_a length
end