enum
WordMage::IPA::VowelBackness
Defined in:
IPA/vowel.crEnum Members
-
FullFront =
0
-
NearFront =
1
-
Central =
2
-
NearBack =
3
-
FullBack =
4
Instance Method Summary
-
#central?
Returns
true
if this enum value equalsCentral
-
#full_back?
Returns
true
if this enum value equalsFullBack
-
#full_front?
Returns
true
if this enum value equalsFullFront
-
#near_back?
Returns
true
if this enum value equalsNearBack
-
#near_front?
Returns
true
if this enum value equalsNearFront