summaryrefslogtreecommitdiff
path: root/lib/spandx/gitlab.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 18:41:16 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 18:41:16 -0600
commit1b2b95d957860dd25060a2175610e01df103c7b2 (patch)
treedd69f78be8e56b7921852022074cdc012f4e545a /lib/spandx/gitlab.rb
parent7ca5e094766b70fe8a8783c0c2f33fdeba46d2c5 (diff)
Build a bootable docker image
Diffstat (limited to 'lib/spandx/gitlab.rb')
-rw-r--r--lib/spandx/gitlab.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/spandx/gitlab.rb b/lib/spandx/gitlab.rb
index f0e97ae..842aa84 100644
--- a/lib/spandx/gitlab.rb
+++ b/lib/spandx/gitlab.rb
@@ -6,5 +6,11 @@ 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"