Method: Flexkey::Generator#n_possible_keys

Defined in:
lib/flexkey/generator.rb

#n_possible_keysFixnum (readonly)

Returns the number of possible keys for a Flexkey instance with given format and character pool.

Returns:

  • (Fixnum)

    the number of possible keys for a Flexkey instance with given format and character pool


14
15
16
# File 'lib/flexkey/generator.rb', line 14

def n_possible_keys
  @n_possible_keys
end