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

Version Path
faker-2.3.0 lib/faker/games/sonic_the_hedgehog.rb
faker-2.2.2 lib/faker/games/sonic_the_hedgehog.rb
faker-2.2.1 lib/faker/games/sonic_the_hedgehog.rb
faker-2.2.0 lib/faker/games/sonic_the_hedgehog.rb
faker-2.1.2 lib/faker/games/sonic_the_hedgehog.rb
faker-2.1.1 lib/faker/games/sonic_the_hedgehog.rb
faker-2.1.0 lib/faker/games/sonic_the_hedgehog.rb
faker-2.0.0 lib/faker/games/sonic_the_hedgehog.rb
faker-2.0 lib/faker/games/sonic_the_hedgehog.rb