sutty/app/models/git_author.rb

5 lines
112 B
Ruby
Raw 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