class String
Some extentions to the core String
class
Public Class Methods
generate(*_args)
click to toggle source
Randomly generate a String
@see Faker::String @return [String] TODO: add filtering
# File lib/ext_core.rb, line 20 def self.generate(*_args) Faker::String.random end