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