Method: Flatulent#random_charset
- Defined in:
- lib/flatulent.rb
#random_charset ⇒ Object
–}}}
287 288 289 290 |
# File 'lib/flatulent.rb', line 287 def random_charset #--{{{ return @random_charset if defined? @random_charset @random_charset = ('A' .. 'Z').to_a + ('1' .. '9').to_a end |