class Geocoder::Lookup::Telize
def supported_protocols
def supported_protocols [].tap do |array| array << :https array << :http if configuration[:host] end end
def supported_protocols [].tap do |array| array << :https array << :http if configuration[:host] end end