# sig/faker.rbs module Faker def self.bothify: () -> untyped def self.letterify: () -> untyped def self.numerify: () -> untyped end # sig/faker/address.rbs module Faker::Address def city: () -> untyped def city_prefix: () -> untyped def city_suffix: () -> untyped def secondary_address: () -> untyped def street_address: () -> untyped def street_name: () -> untyped def street_suffix: () -> untyped def uk_country: () -> untyped def uk_county: () -> untyped def uk_postcode: () -> untyped def us_state: () -> untyped def us_state_abbr: () -> untyped def zip_code: () -> untyped end # sig/faker/utils/array_utils.rbs module Faker::ArrayUtils def self.const_array: () -> untyped def self.freeze_all: () -> untyped def self.rand: () -> untyped def self.random_pick: () -> untyped def self.shuffle: () -> untyped def freeze_all: () -> untyped def rand: () -> untyped def random_pick: () -> untyped def shuffle: () -> untyped end # sig/faker/company.rbs module Faker::Company def bs: () -> untyped def catch_phrase: () -> untyped def name: () -> untyped def suffix: () -> untyped end # sig/faker/internet.rbs module Faker::Internet def domain_name: () -> untyped def domain_suffix: () -> untyped def domain_word: () -> untyped def email: () -> untyped def free_email: () -> untyped def user_name: () -> untyped end # sig/faker/lorem.rbs module Faker::Lorem def paragraph: () -> untyped def paragraphs: () -> untyped def sentence: () -> untyped def sentences: () -> untyped def words: () -> untyped end # sig/faker/utils/module_utils.rbs module Faker::ModuleUtils def k: () -> untyped end # sig/faker/name.rbs module Faker::Name def first_name: () -> untyped def last_name: () -> untyped def name: () -> untyped def prefix: () -> untyped def suffix: () -> untyped end # sig/faker/phone_number.rbs module Faker::PhoneNumber def self.short_phone_number: () -> untyped def phone_number: () -> untyped end