12 13 14 15
# File 'lib/fit/fit_protocol.rb', line 12 def FitProtocol.read(bytes, input) value = input.read(bytes) return value end