# frozen_string_literal: true class Site Author = Struct.new :email, :name, keyword_init: true end