Sha256: 6bc595701d493b7eb1841ecdf03c8bf207ced7270245445f5af0f00b453adf46
Contents?: true
Size: 283 Bytes
Versions: 13
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true module JabberAdmin # Contains all predefined commands that are supported. module Commands; end end # Require all commands from the commands subfolder Dir[Pathname.new(__dir__).join('commands', '**', '*.rb')].sort.each do |file| require file end
Version data entries
13 entries across 13 versions & 1 rubygems