class Faker::Movies::TheRoom
Public Class Methods
Source
# File lib/faker/movies/the_room.rb, line 16 def actor fetch('the_room.actors') end
Produces an actor from The Room (2003).
@return [String]
@example
Faker::Movies::Room.actor #=> "Tommy Wiseau"
@faker.version next
Source
# File lib/faker/movies/the_room.rb, line 29 def character fetch('the_room.characters') end
Produces a character from The Room (2003).
@return [String]
@example
Faker::Movies::Room.character #=> "Johnny"
@faker.version next
Source
# File lib/faker/movies/the_room.rb, line 42 def location fetch('the_room.locations') end
Produces a location from The Room (2003).
@return [String]
@example
Faker::Movies::Room.location #=> "Johnny's Apartment"
@faker.version next
Source
# File lib/faker/movies/the_room.rb, line 57 def quote fetch('the_room.quotes') end
Produces a quote from The Room (2003).
@return [String]
@example
Faker::Movies::Room.quote #=> "You're lying, I never hit you. You are tearing me apart, Lisa!"
@faker.version next