Method: Meshtastic::Apponly.help

Defined in:
lib/meshtastic/apponly.rb

.helpObject

Display Usage for this Module



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

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