From f762b3e1e226dfabbcf1062cfcf7be10a966d1fd Mon Sep 17 00:00:00 2001 From: georgeG Date: Sun, 12 Aug 2012 14:06:15 +0300 Subject: [PATCH] quote the prefixes --- lib/knykode/mobile.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/knykode/mobile.rb b/lib/knykode/mobile.rb index 4cfafdd..61298c8 100644 --- a/lib/knykode/mobile.rb +++ b/lib/knykode/mobile.rb @@ -8,13 +8,13 @@ def carriers class Safaricom def prefixes - [0720,0721,0722,0723,0724,0725,0710] + ['0720','0721','0722','0723','0724','0725','0710'] end end class Airtel def prefixes - [0730,0731,0732,0733,0734,0735,0746] + ['0730','0731','0732','0733','0734','0735','0746'] end end