class Faker::Movies::Lebowski
Public Class Methods
Source
# File lib/faker/movies/lebowski.rb, line 16 def actor fetch('lebowski.actors') end
Produces an actor from The Big Lebowski
.
@return [String]
@example
Faker::Movies::Lebowski.actor #=> "John Goodman"
@faker.version 1.8.8
Source
# File lib/faker/movies/lebowski.rb, line 29 def character fetch('lebowski.characters') end
Produces a character from The Big Lebowski
.
@return [String]
@example
Faker::Movies::Lebowski.character #=> "Jackie Treehorn"
@faker.version 1.8.8