Sha256: a059224f50678e5a29e736a197a498f42d594a48f7cab5ec378918162019602d
Contents?: true
Size: 188 Bytes
Versions: 14
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true module Faker class Music class Phish < Base class << self def song fetch('phish.song') end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems