5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-30 19:26:07 +00:00
panel/app/models/git_author.rb

5 lines
112 B
Ruby
Raw Permalink Normal View History

2020-06-09 14:22:13 +00:00
# frozen_string_literal: true
# Une autore de commits
GitAuthor = Struct.new :email, :name, keyword_init: true