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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-07-24 12:18:06 +0300
committergfyoung <gfyoung17@gmail.com>2018-07-24 12:18:06 +0300
commitf248f97a2455981141b433c80005c6590db2f6e7 (patch)
tree887f6ae97a9dd25bd501687cf2e33d2444f3dd46
parentdb00a9c6418377526359ed0bd0efd62491f14084 (diff)
Add dummy Ruby file to trigger Danger warningrepo-forks/gitlab-ce-frozen-string-danger
-rw-r--r--demo_ruby_file.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo_ruby_file.rb b/demo_ruby_file.rb
new file mode 100644
index 00000000000..4ddabf708bc
--- /dev/null
+++ b/demo_ruby_file.rb
@@ -0,0 +1,2 @@
+module DemoRubyFile
+end