Fixed syntax error.
This commit is contained in:
parent
06a4bd6ce3
commit
6a38df013d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
require 'faraday'
|
require 'faraday'
|
||||||
require 'cache'
|
require 'cache'
|
||||||
|
|
||||||
module GeoIp::Freegeoip
|
class GeoIp::Freegeoip
|
||||||
def self.location(address)
|
def self.location(address)
|
||||||
|
|
||||||
# check cache
|
# check cache
|
||||||
|
|
Loading…
Reference in a new issue