class Faker::JapaneseMedia::FmaBrotherhood

Public Class Methods

character() click to toggle source

Produces a character from FmaBrotherhood.

@return [String]

@example

Faker::JapaneseMedia::FmaBrotherhood.character #=> "Edward Elric"

@faker.version next

# File lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb, line 16
def character
  fetch('fma_brotherhood.characters')
end
city() click to toggle source

Produces a cities from FmaBrotherhood.

@return [String]

@example

Faker::JapaneseMedia::FmaBrotherhood.city #=> "Central City"

@faker.version next

# File lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb, line 29
def city
  fetch('fma_brotherhood.cities')
end
country() click to toggle source

Produces a country from FmaBrotherhood.

@return [String]

@example

Faker::JapaneseMedia::FmaBrotherhood.country #=> "Xing"

@faker.version next

# File lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb, line 42
def country
  fetch('fma_brotherhood.countries')
end