File: google_premier.rb

package info (click to toggle)
ruby-geocoder 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 732 kB
  • sloc: ruby: 6,173; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
require 'geocoder/results/google'

module Geocoder::Result
  class GooglePremier < Google
  end
end