summaryrefslogtreecommitdiff
path: root/lib/spandx/gitlab.rb
blob: 842aa84794a97e32604209a392413fb266977a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# frozen_string_literal: true

require 'spandx'
require 'spandx/gitlab/version'

module Spandx
  module Gitlab
    class Error < StandardError; end

    def self.root
      Pathname.new(File.dirname(__FILE__)).join('../..')
    end
  end
end

puts "YAHOO"