Sha256: 22707f0e8f9fcc96c33263d231fe2d98f5155f79e39f5e01b2a6cfca6bd2278f
Contents?: true
Size: 376 Bytes
Versions: 17
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true module Faker class Hobby < Base flexible :hobby class << self ## # Retrieves a typical hobby activity. # # @return [String] # # @example # Faker::Hobby.activity #=> "Cooking" # # @faker.version next def activity fetch('hobby.activity') end end end end
Version data entries
17 entries across 17 versions & 1 rubygems