Sha256: c6f2d303e9ba18940e4fa1587020b85dbc73f18eb68c3e9859424e38429f9685
Contents?: true
Size: 422 Bytes
Versions: 37
Compression:
Stored size: 422 Bytes
Contents
# frozen_string_literal: true module Faker class NatoPhoneticAlphabet < Base class << self ## # Produces a code word from the NATO phonetic alphabet. # # @return [String] # # @example # Faker::NatoPhoneticAlphabet.code_word #=> "Hotel" # # @faker.version 1.9.0 def code_word fetch('nato_phonetic_alphabet.code_word') end end end end
Version data entries
37 entries across 37 versions & 2 rubygems