Sha256: 66acb9ef5c12c4538cde5cd94a09ef4ae7763509d142a993bcf7262b63b6c7b8
Contents?: true
Size: 338 Bytes
Versions: 19
Compression:
Stored size: 338 Bytes
Contents
# frozen_string_literal: true module Faker class Ancient < Base class << self def god fetch('ancient.god') end def primordial fetch('ancient.primordial') end def titan fetch('ancient.titan') end def hero fetch('ancient.hero') end end end end
Version data entries
19 entries across 19 versions & 1 rubygems