Method: NMEAPlus::SourceDecoder#throw_on_parse_fail
- Defined in:
- lib/nmea_plus.rb
permalink #throw_on_parse_fail ⇒ bool
Whether to raise an exception when lines don’t parse. False by default – ignore such errors.
19 20 21 |
# File 'lib/nmea_plus.rb', line 19 def throw_on_parse_fail @throw_on_parse_fail end |