153 154 155 156 157
# File 'lib/edfize/edf.rb', line 153 def parse_integer(string) Integer(format("%g", string)) rescue nil end