Sha256: d04a107693b6801714b4d8a0d49894cbfc3a4e70f9e8f38401264b6ae1f94c27
Contents?: true
Size: 405 Bytes
Versions: 11
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Faker class Music class Phish < Base class << self ## # Produces the name of a song by Phish. # # @return [String] # # @example # Faker::Music::Phish.song #=> "Tweezer" # # @faker.version 1.9.2 def song fetch('phish.song') end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems