5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 12:30:49 +00:00
panel/app/models/git_author.rb
2020-06-09 11:22:13 -03:00

5 lines
112 B
Ruby

# frozen_string_literal: true
# Une autore de commits
GitAuthor = Struct.new :email, :name, keyword_init: true