Sha256: 078c682ed5e8c519949202ac9ec2a8b117ea5a44f38334e74c30925766f81be7
Contents?: true
Size: 437 Bytes
Versions: 12
Compression:
Stored size: 437 Bytes
Contents
module Rmpd module Commands simple_command :outputs simple_command :tagtypes, :min_version => [0, 13, 0] simple_command :disableoutput simple_command :enableoutput simple_command :update simple_command :_kill def kill _kill @socket.close end alias_method :disable_output, :disableoutput alias_method :tag_types, :tagtypes alias_method :enable_output, :enableoutput end end
Version data entries
12 entries across 12 versions & 1 rubygems