lib/rex/random_identifier_generator.rb in librex-0.0.70 vs lib/rex/random_identifier_generator.rb in librex-0.0.71
- old
+ new
@@ -1,4 +1,5 @@
+# -*- coding: binary -*-
# 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.
#