Sha256: dc9fe349d82c7616e8f0ac50a2774ac7b74947bb3ccfdbdf44a76aa486ad7667
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 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')].each do |file| require file end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jabber_admin-0.2.0 | lib/jabber_admin/commands.rb |