lib/rex/random_identifier_generator.rb in rex-2.0.8 vs lib/rex/random_identifier_generator.rb in rex-2.0.9

- old
+ new

@@ -1,6 +1,8 @@ # -*- coding: binary -*- +require 'rex/text' + # A quick way to produce unique random strings that follow the rules of # identifiers, i.e., begin with a letter and contain only alphanumeric # characters and underscore. # # The advantage of using this class over, say, {Rex::Text.rand_text_alpha}