class Faker::JapaneseMedia::FullmetalAlchemistBrotherhood
Public Class Methods
Source
# File lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb, line 16 def character fetch('fullmetal_alchemist_brotherhood.characters') end
Produces a character from FullmetalAlchemistBrotherhood
.
@return [String]
@example
Faker::JapaneseMedia::FullmetalAlchemistBrotherhood.character #=> "Edward Elric"
@faker.version next
Source
# File lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb, line 29 def city fetch('fullmetal_alchemist_brotherhood.cities') end
Produces a cities from FullmetalAlchemistBrotherhood
.
@return [String]
@example
Faker::JapaneseMedia::FullmetalAlchemistBrotherhood.city #=> "Central City"
@faker.version next
Source
# File lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb, line 42 def country fetch('fullmetal_alchemist_brotherhood.countries') end
Produces a country from FullmetalAlchemistBrotherhood
.
@return [String]
@example
Faker::JapaneseMedia::FullmetalAlchemistBrotherhood.country #=> "Xing"
@faker.version next