Method: Meshtastic::Config.help
- Defined in:
- lib/meshtastic/config.rb
.help ⇒ Object
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 |