Sha256: f5aab1fe50ab5c1a1d5cdd5a23120ede5762822cdd9a544a162795a8b996521d
Contents?: true
Size: 461 Bytes
Versions: 50
Compression:
Stored size: 461 Bytes
Contents
# frozen_string_literal: true require 'meshtastic/admin_pb' # Plugin used to interact with Meshtastic nodes module Meshtastic module Storeforward # 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
50 entries across 50 versions & 1 rubygems