Welcome to mirror list, hosted at ThFree Co, Russian Federation.

diff_line.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad37945874a69fd21511b0646f1344273e9a6b17 (plain)
1
2
3
class DiffLine
  attr_accessor :type, :content, :num, :code
end