From 137c1af1d5f89cfd8ba361eb03abeef8bc60bc9b Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 9 Mar 2015 11:10:26 +0200 Subject: [PATCH] Add ruby everywhere --- js/90-divine-format.js | 3 +++ tmpl/pb_entry.en | 1 + 2 files changed, 4 insertions(+) diff --git a/js/90-divine-format.js b/js/90-divine-format.js index cb9b6ab..1fff289 100644 --- a/js/90-divine-format.js +++ b/js/90-divine-format.js @@ -41,6 +41,9 @@ case 'py': format = 'PYTHON'; break; + case 'rb': + format = 'RUBY'; + break; } if(format) diff --git a/tmpl/pb_entry.en b/tmpl/pb_entry.en index be31a1b..8246c42 100644 --- a/tmpl/pb_entry.en +++ b/tmpl/pb_entry.en @@ -40,6 +40,7 @@ To submit solutions to this problem, please visit the problem o + -- 2.30.2