module Gpx2hash
Constants
- VERSION
Public Class Methods
readFile(file)
click to toggle source
# File lib/gpx2hash.rb, line 6 def self.readFile file Gpx2hashParser.new.readFile file end
readString(file)
click to toggle source
# File lib/gpx2hash.rb, line 10 def self.readString file Gpx2hashParser.new.readString file end