mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 08:06:22 +00:00
5 lines
102 B
Ruby
5 lines
102 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Site
|
|
Author = Struct.new :email, :name, keyword_init: true
|
|
end
|