Method: Meshtastic::RemoteHardware.help

Defined in:
lib/meshtastic/remote_hardware.rb

.helpObject

Display Usage for this Module



18
19
20
21
22
# File 'lib/meshtastic/remote_hardware.rb', line 18

public_class_method def self.help
  puts "USAGE:
    #{self}.authors
  "
end