Sha256: 0e122056edf612da03073643949465d78a48dd26691e9372b8641bf48bc8d9cf
Contents?: true
Size: 461 Bytes
Versions: 49
Compression:
Stored size: 461 Bytes
Contents
# frozen_string_literal: true require 'meshtastic/admin_pb' # Plugin used to interact with Meshtastic nodes module Meshtastic module ModuleConfig # Author(s):: 0day Inc. <support@0dayinc.com> public_class_method def self.authors "AUTHOR(S): 0day Inc. <support@0dayinc.com> " end # Display Usage for this Module public_class_method def self.help puts "USAGE: #{self}.authors " end end end
Version data entries
49 entries across 49 versions & 1 rubygems