Sha256: 56a46505e5f16a31b4a5263f5518109d5986b51c37441c8ba1f781be8c377305
Contents?: true
Size: 162 Bytes
Versions: 12
Compression:
Stored size: 162 Bytes
Contents
# frozen_string_literal: true module FFaker module Venue extend ModuleUtils extend self def name fetch_sample(VENUE_LIST) end end end
Version data entries
12 entries across 12 versions & 1 rubygems