mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 18:11:41 +00:00
4 lines
112 B
Ruby
4 lines
112 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Une autore de commits
|
|
GitAuthor = Struct.new :email, :name, keyword_init: true
|