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