Sha256: 970669f7755e95ed9dc1a1ac8ae4c22cc9a1e0e09c47b11b44f0d5efb82145d4
Contents?: true
Size: 416 Bytes
Versions: 16
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true module Faker class Music class RockBand < Base class << self ## # Produces the name of a rock band. # # @return [String] # # @example # Faker::Music::RockBand.name #=> "Led Zeppelin" # # @faker.version 1.7.0 def name fetch('rock_band.name') end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems