Sha256: 4a67f7b356d1dd9e6633dfc6c5a34114f99a912d65cb24b0609ab558670b62f2
Contents?: true
Size: 636 Bytes
Versions: 1
Compression:
Stored size: 636 Bytes
Contents
module Rmpd module Commands simple_command :config simple_command :commands simple_command :notcommands simple_command :clearerror simple_command :idle simple_command :noidle simple_command :password simple_command :ping simple_command :stats simple_command :status def close @socket_mu.lock begin send_command("close") @socket.close ensure @socket_mu.unlock end end simple_command :command_list simple_command :command_list_ok alias_method :clear_error, :clearerror alias_method :not_commands, :notcommands end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rmpd-1.1.16 | lib/rmpd/commands/miscellaneous.rb |