Class: Faker::JapaneseMedia::FullmetalAlchemistBrotherhood
- Defined in:
- lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.character ⇒ String
Produces a character from FullmetalAlchemistBrotherhood.
-
.city ⇒ String
Produces a cities from FullmetalAlchemistBrotherhood.
-
.country ⇒ String
Produces a country from FullmetalAlchemistBrotherhood.
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
.character ⇒ String
Produces a character from FullmetalAlchemistBrotherhood.
16 17 18 |
# File 'lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb', line 16 def character fetch('fullmetal_alchemist_brotherhood.characters') end |
.city ⇒ String
Produces a cities from FullmetalAlchemistBrotherhood.
29 30 31 |
# File 'lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb', line 29 def city fetch('fullmetal_alchemist_brotherhood.cities') end |
.country ⇒ String
Produces a country from FullmetalAlchemistBrotherhood.
42 43 44 |
# File 'lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb', line 42 def country fetch('fullmetal_alchemist_brotherhood.countries') end |