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