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