author

in lib/rugged_adapter/git_layer_rugged.rb [109:112]


      def author
        @author ||= Gollum::Git::Actor.new(@commit.author[:name], @commit.author[:email])
      end