Sha256: 9fb6d8f7bcbe31e0070bd28c16fa8923ef6bc712f9b63ae7d48f3c09d373bfa3
Contents?: true
Size: 436 Bytes
Versions: 8
Compression:
Stored size: 436 Bytes
Contents
# frozen_string_literal: true module Faker class Games class Zelda < Base flexible :space class << self def game fetch('games.zelda.games') end def character fetch('games.zelda.characters') end def location fetch('games.zelda.locations') end def item fetch('games.zelda.items') end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems