class GeoDistance::Input::File
Public Class Methods
get_file_content(path)
click to toggle source
# File lib/geo_distance/input/file.rb, line 4 def get_file_content(path) IO.read(path) end
# File lib/geo_distance/input/file.rb, line 4 def get_file_content(path) IO.read(path) end