Method: Rex::Text.rand_state

Defined in:
lib/rex/text.rb

.rand_stateObject

Generate a state



1793
1794
1795
# File 'lib/rex/text.rb', line 1793

def self.rand_state()
  States.sample
end