Sha256: 7fa85c59fc5a2b8e1a558360474fea331a0207d9156d99aefff5b2ef59b4d516
Contents?: true
Size: 386 Bytes
Versions: 9
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true module Faker class Games class SonicTheHedgehog < Base class << self def character fetch('games.sonic_the_hedgehog.character') end def zone fetch('games.sonic_the_hedgehog.zone') end def game fetch('games.sonic_the_hedgehog.game') end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems