class Faker::Movies::TheRoom
def actor
-
(String)
-
def actor fetch('room.actors') end
def character
-
(String)
-
def character fetch('room.characters') end
def location
-
(String)
-
def location fetch('room.locations') end
def quote
-
(String)
-
def quote fetch('room.quotes') end