class FB::DefaultSerialPort

Constants

COM_PORT
OPTIONS

Public Class Methods

new(com = COM_PORT, conf = OPTIONS) click to toggle source
Why `def self::new()`? it was defined that way in the parent class,
therefore, I can't call super in #initialize().

:nocov:

Calls superclass method
# File lib/default_serial_port.rb, line 19
def self::new(com = COM_PORT, conf = OPTIONS)
  super
end