15 16 17
# File 'lib/nmea.rb', line 15 def method_missing(method_name, *args) @handler.send(method_name, *args) end