Sha256: a7fbe928091e4164303203ff24d99f3c89943a71dd6cd135db783d88648ba964
Contents?: true
Size: 126 Bytes
Versions: 11
Compression:
Stored size: 126 Bytes
Contents
module Faker class Artist < Base class << self def name fetch('artist.names') end end end end
Version data entries
11 entries across 11 versions & 1 rubygems