Sha256: d0bc47ff406aa2f4388a8383417dd50451c87bb5564e8b87a147deb39844e3eb
Contents?: true
Size: 459 Bytes
Versions: 49
Compression:
Stored size: 459 Bytes
Contents
# frozen_string_literal: true require 'meshtastic/admin_pb' # Plugin used to interact with Meshtastic nodes module Meshtastic module Deviceonly # 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