Class: Faker::Kpop
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.boy_bands ⇒ String
Produces the name of a K-Pop boy band.
-
.girl_groups ⇒ String
Produces the name of a K-Pop girl group.
-
.i_groups ⇒ String
Produces the name of a 1990’s ‘OG’ K-Pop group.
-
.ii_groups ⇒ String
Produces the name of a 2000’s K-Pop group.
-
.iii_groups ⇒ String
Produces the name of a 2010’s K-Pop group.
-
.solo ⇒ String
Produces the name of a solo K-Pop artist.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.boy_bands ⇒ String
Produces the name of a K-Pop boy band.
67 68 69 |
# File 'lib/faker/default/kpop.rb', line 67 def boy_bands fetch('kpop.boy_bands') end |
.girl_groups ⇒ String
Produces the name of a K-Pop girl group.
54 55 56 |
# File 'lib/faker/default/kpop.rb', line 54 def girl_groups fetch('kpop.girl_groups') end |
.i_groups ⇒ String
Produces the name of a 1990’s ‘OG’ K-Pop group.
15 16 17 |
# File 'lib/faker/default/kpop.rb', line 15 def i_groups fetch('kpop.i_groups') end |
.ii_groups ⇒ String
Produces the name of a 2000’s K-Pop group.
28 29 30 |
# File 'lib/faker/default/kpop.rb', line 28 def ii_groups fetch('kpop.ii_groups') end |
.iii_groups ⇒ String
Produces the name of a 2010’s K-Pop group.
41 42 43 |
# File 'lib/faker/default/kpop.rb', line 41 def iii_groups fetch('kpop.iii_groups') end |
.solo ⇒ String
Produces the name of a solo K-Pop artist.
80 81 82 |
# File 'lib/faker/default/kpop.rb', line 80 def solo fetch('kpop.solo') end |