lib/faker/games/control.rb in faker-2.14.0 vs lib/faker/games/control.rb in faker-2.15.0

- old
+ new

@@ -21,10 +21,10 @@ # Produces the name of a location from Control. # # @return [String] # # @example - # Faker::Games::Control.character #=> "Dimensional Research" + # Faker::Games::Control.location #=> "Dimensional Research" # # @faker.version 2.13.0 def location fetch('games.control.location') end