# sig/acts_as_tenant/configuration.rbs class ActsAsTenant::Configuration def pkey: () -> untyped end # sig/acts_as_tenant.rbs module ActsAsTenant def self.configuration: () -> untyped def self.current_tenant: () -> untyped def self.current_tenant=: (Account tenant) -> untyped end