Skip to content

Commit

Permalink
added documentation for international phonetic alphabet generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Grifff17 committed Jun 7, 2023
1 parent 3dc230b commit 32bd862
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/default/international_phonetic_alphabet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Faker::InternationalPhoneticAlphabet

```Ruby
Faker::InternationalPhoneticAlphabet.character #=> "ʋ"

Faker::InternationalPhoneticAlphabet.character(amount: 3) #=> "zʐd"

Faker::InternationalPhoneticAlphabet.consonant #=> "ʂ"

Faker::InternationalPhoneticAlphabet.consonant(amount: 3) #=> "fʕŋ"

Faker::InternationalPhoneticAlphabet.vowel #=> "ɞ"

Faker::InternationalPhoneticAlphabet.vowel(amount: 3) #=> "əæɜ"
```

0 comments on commit 32bd862

Please sign in to comment.