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