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:
Diffstat (limited to 'scripts/lib/glfm/shared.rb')
-rw-r--r--scripts/lib/glfm/shared.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/glfm/shared.rb b/scripts/lib/glfm/shared.rb
index b529d9ba94f..56cb2f95d6a 100644
--- a/scripts/lib/glfm/shared.rb
+++ b/scripts/lib/glfm/shared.rb
@@ -3,6 +3,7 @@ require 'fileutils'
require 'open3'
require 'active_support/core_ext/hash/keys'
+# This module contains shared methods used by other GLFM scripts and modules.
module Glfm
module Shared
def write_file(file_path, file_content_string)