Module: Meshtastic::Util
- Defined in:
- lib/meshtastic/util.rb
Defined Under Namespace
Classes: Acknowledgement, Timeout
Class Method Summary collapse
-
.authors ⇒ Object
- Author(s)
-
0day Inc.
-
.help ⇒ Object
Display Usage for this Module.
Class Method Details
.authors ⇒ Object
- Author(s)
-
0day Inc. <[email protected]>
56 57 58 59 60 |
# File 'lib/meshtastic/util.rb', line 56 public_class_method def self. "AUTHOR(S): 0day Inc. <[email protected]> " end |
.help ⇒ Object
Display Usage for this Module
64 65 66 67 68 |
# File 'lib/meshtastic/util.rb', line 64 public_class_method def self.help puts "USAGE: #{self}.authors " end |