sutty/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