Module: Meshtastic::Util

Defined in:
lib/meshtastic/util.rb

Defined Under Namespace

Classes: Acknowledgement, Timeout

Class Method Summary collapse

Class Method Details

.authorsObject

Author(s)

0day Inc. <[email protected]>



56
57
58
59
60
# File 'lib/meshtastic/util.rb', line 56

public_class_method def self.authors
  "AUTHOR(S):
    0day Inc. <[email protected]>
  "
end

.helpObject

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