class Faker::TvShows::HeyArnold
Public Class Methods
Source
# File lib/faker/tv_shows/hey_arnold.rb, line 18 def character fetch('hey_arnold.characters') end
Produces a character from Hey Arnold!
@return [String]
@example
Faker::TvShows::HeyArnold.character #=> "Arnold"
@faker.version 1.8.0
Source
# File lib/faker/tv_shows/hey_arnold.rb, line 31 def location fetch('hey_arnold.locations') end
Produces a location from Hey Arnold!
@return [String]
@example
Faker::TvShows::HeyArnold.location #=> "Big Bob's Beeper Emporium"
@faker.version 1.8.0
Source
# File lib/faker/tv_shows/hey_arnold.rb, line 44 def quote fetch('hey_arnold.quotes') end
Produces a quote from Hey Arnold!
@return [String]
@example
Faker::TvShows::HeyArnold.quote #=> "Stoop Kid's afraid to leave his stoop!"
@faker.version 1.8.0