Class: Net::IRC::CTCPPlay
Constant Summary
Constants inherited from CTCP
Instance Attribute Summary
Attributes inherited from CTCP
#keyword, #parameters, #source, #target
Instance Method Summary collapse
-
#initialize(filename, mime_type) ⇒ CTCPPlay
constructor
A new instance of CTCPPlay.
Methods inherited from CTCP
Constructor Details
#initialize(filename, mime_type) ⇒ CTCPPlay
Returns a new instance of CTCPPlay.
141 142 143 |
# File 'lib/net/irc.rb', line 141 def initialize(filename, mime_type) super('PLAY', filename, mime_type) end |