# frozen_string_literal: true require 'meshtastic/admin_pb' # Plugin used to interact with Meshtastic nodes module Meshtastic module Admin # Author(s):: 0day Inc. public_class_method def self.authors "AUTHOR(S): 0day Inc. " end # Display Usage for this Module public_class_method def self.help puts "USAGE: #{self}.authors " end end end