Class: Faker::TvShows::HeyArnold

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/tv_shows/hey_arnold.rb

Constant Summary

Constants inherited from Base

Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters

Class Method Summary collapse

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, translate, unique, with_locale

Class Method Details

.characterString

Produces a character from Hey Arnold!

Examples:

Faker::TvShows::HeyArnold.character #=> "Arnold"

Returns:

  • (String)

Available since:

  • 1.8.0



18
19
20
# File 'lib/faker/tv_shows/hey_arnold.rb', line 18

def character
  fetch('hey_arnold.characters')
end

.locationString

Produces a location from Hey Arnold!

Examples:

Faker::TvShows::HeyArnold.location #=> "Big Bob's Beeper Emporium"

Returns:

  • (String)

Available since:

  • 1.8.0



31
32
33
# File 'lib/faker/tv_shows/hey_arnold.rb', line 31

def location
  fetch('hey_arnold.locations')
end

.quoteString

Produces a quote from Hey Arnold!

Examples:

Faker::TvShows::HeyArnold.quote #=> "Stoop Kid's afraid to leave his stoop!"

Returns:

  • (String)

Available since:

  • 1.8.0



44
45
46
# File 'lib/faker/tv_shows/hey_arnold.rb', line 44

def quote
  fetch('hey_arnold.quotes')
end