Method: Meshtastic::Config.help

Defined in:
lib/meshtastic/config.rb

.helpObject

Display Usage for this Module



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

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