module Underpass
Underpass
is a library that makes it easy to query the Overpass API and translate its responses into RGeo objects
Returns the version of the gem as a Gem::Version
Public Class Methods
gem_version()
click to toggle source
Prints the gem version as a string
@return [String]
# File lib/underpass/version.rb, line 8 def self.gem_version Gem::Version.new VERSION::STRING end