module Mrcr::Helpers::IpHelper

Public Class Methods

detect() click to toggle source
# File lib/mrcr/helpers/ip_helper.rb, line 7
def detect
  open('http://whatismyip.akamai.com').read
end