Method: Rex::Encoder::Alpha2::AlphaUpper.default_accepted_chars
- Defined in:
- lib/rex/encoder/alpha2/alpha_upper.rb
.default_accepted_chars ⇒ Object
10 |
# File 'lib/rex/encoder/alpha2/alpha_upper.rb', line 10 def self.default_accepted_chars ; ('B' .. 'Z').to_a + ('0' .. '9').to_a ; end |