Module: Meshtastic::Deviceonly
- Defined in:
- lib/meshtastic/deviceonly.rb
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]>
10 11 12 13 14 |
# File 'lib/meshtastic/deviceonly.rb', line 10 public_class_method def self. "AUTHOR(S): 0day Inc. <[email protected]> " end |
.help ⇒ Object
Display Usage for this Module
18 19 20 21 22 |
# File 'lib/meshtastic/deviceonly.rb', line 18 public_class_method def self.help puts "USAGE: #{self}.authors " end |