From 31300df0553dce125c1fa7be993ae864b9e5f750 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 1 Sep 2020 17:40:57 +0200 Subject: [PATCH] Doc for simple script --- script/sequel-model-lines.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/script/sequel-model-lines.rb b/script/sequel-model-lines.rb index 0b00863b15..44798acadf 100755 --- a/script/sequel-model-lines.rb +++ b/script/sequel-model-lines.rb @@ -1,3 +1,11 @@ +# Script to gather lines of code in Sequel Models +# +# Usage: +# ruby script/sequel-model-lines.rb +# +# The output is left in OUTPUT_FILE as a CSV +# Check constants for customizations. + require 'date' require 'csv' require 'fileutils'