enum
Pwgen::ElementFlag
Defined in:
pwgen/phoneme_generator.crEnum Members
-
Consonant =
1_u32 -
Vowel =
2_u32 -
Diphthong =
4_u32 -
NotFirst =
8_u32 -
None =
0_u32 -
All =
15_u32
Instance Method Summary
-
#consonant?
Returns
trueif this enum value containsConsonant -
#diphthong?
Returns
trueif this enum value containsDiphthong - #none?
-
#not_first?
Returns
trueif this enum value containsNotFirst -
#vowel?
Returns
trueif this enum value containsVowel