module Geonames
require ‘iconv’
Constants
- Cache
- Codes
- Opt
- VERSION
Public Instance Methods
info(txt)
click to toggle source
# File lib/geonames_local/geonames.rb, line 6 def info(txt) return unless Opt[:verbose] puts(txt) # Logger.info... end