module Fit

Constants

VERSION

Public Class Methods

load_file(path) click to toggle source
# File lib/fit.rb, line 19
def self.load_file(path)
  File.read ::File.open(path)
end