Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quote the prefixes
  • Loading branch information
ggklf committed Aug 12, 2012
1 parent df6295d commit f762b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/knykode/mobile.rb
Expand Up @@ -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

Expand Down

0 comments on commit f762b3e

Please sign in to comment.