summaryrefslogtreecommitdiff
path: root/lib/gitlab/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-09 00:13:41 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-09 00:13:41 +0000
commit386339e38e501273877d30001e98e3cc807b28bf (patch)
treea042bc0e42f600f79bd99ad951720f24eaac947f /lib/gitlab/config
parent52af12cfecb5d7332b19f6d68218f0aff2cc525d (diff)
downloadgitlab-ce-386339e38e501273877d30001e98e3cc807b28bf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/config')
-rw-r--r--lib/gitlab/config/entry/undefined.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/config/entry/undefined.rb b/lib/gitlab/config/entry/undefined.rb
index 5f708abc80c..55393890693 100644
--- a/lib/gitlab/config/entry/undefined.rb
+++ b/lib/gitlab/config/entry/undefined.rb
@@ -31,6 +31,10 @@ module Gitlab
false
end
+ def type
+ nil
+ end
+
def inspect
"#<#{self.class.name}>"
end