From 7c4a5546136d1bad065803da91778b209c18cb4d Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Thu, 7 Feb 2019 18:05:05 +0200 Subject: [PATCH] int fix --- lib/rx-file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rx-file.rb b/lib/rx-file.rb index a52ea21..ed94824 100644 --- a/lib/rx-file.rb +++ b/lib/rx-file.rb @@ -48,7 +48,7 @@ String.class_eval do "'" + self + "'" end end -Fixnum.class_eval do +Integer.class_eval do def to_rxf() to_s end