Sha256: 6a1117cbb449f75c6d4390d71af500bf31c0a2bb0043fa2c4937a5e55e35fa44
Contents?: true
Size: 140 Bytes
Versions: 1
Compression:
Stored size: 140 Bytes
Contents
module GeoDistance::Input class File class << self def get_file_content(path) IO.read(path) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geo_distance-0.1.1 | lib/geo_distance/input/file.rb |