From 874e38dcbc2dfc4021bad66344c87e295b6d2380 Mon Sep 17 00:00:00 2001 From: Yash240824 <72161076+Yash240824@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:21:05 +0530 Subject: [PATCH] Update ruby.bat Hi --- ruby.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruby.bat b/ruby.bat index 462142f..e5eff10 100644 --- a/ruby.bat +++ b/ruby.bat @@ -4,4 +4,5 @@ if exist C:\Ruby\bin\ruby.exe ( C:\Ruby\bin\ruby.exe %* ) else ( %dlr_root%\External.LCA_RESTRICTED\Languages\Ruby\ruby-1.8.6p368\bin\ruby.exe %* -) \ No newline at end of file +) +end