class Faker::Movies::Departed
Public Class Methods
actor()
click to toggle source
Produces an actor from The Departed
.
@return [String]
@example
Faker::Movies::Departed.actor #=> "Matt Damon"
@faker.version 2.13.0
# File lib/faker/movies/departed.rb, line 16 def actor fetch('departed.actors') end
character()
click to toggle source
Produces a character from The Departed
.
@return [String]
@example
Faker::Movies::Departed.character #=> "Frank Costello"
@faker.version 2.13.0
# File lib/faker/movies/departed.rb, line 29 def character fetch('departed.characters') end
quote()
click to toggle source
Produces a quote from The Departed
.
@return [String]
@example
Faker::Movies::Departed.quote #=> "I'm the guy who does his job. You must be the other guy"
@faker.version 2.13.0
# File lib/faker/movies/departed.rb, line 43 def quote fetch('departed.quotes') end