Method: Rex::RandomIdentifierGenerator#to_h

Defined in:
lib/rex/random_identifier_generator.rb

#to_hHash

Returns the @value_by_name hash

Returns:

  • (Hash)


75
76
77
# File 'lib/rex/random_identifier_generator.rb', line 75

def to_h
  return @value_by_name
end