Method: NMEAPlus::SourceDecoder#throw_on_parse_fail

Defined in:
lib/nmea_plus.rb

#throw_on_parse_failbool

Whether to raise an exception when lines don’t parse. False by default – ignore such errors.

Returns:

  • (bool)

    whether to throw an exception on lines that don’t properly parse

[View source]

19
20
21
# File 'lib/nmea_plus.rb', line 19

def throw_on_parse_fail
  @throw_on_parse_fail
end