This module describes the required interface for objects that should be sendable via DCC.
@note `File` conforms to this interface. @since 2.0.0 @abstract
@return [String] A string representing the object's path or name.
@note This is only required if calling {User#dcc_send} with only
one argument
# File lib/cinch/dcc/dccable_object.rb, line 29 def path end
Return the next `number` bytes of the object.
@param [Integer] number Read `number` bytes at most @return [String] The read data @return [nil] If no more data can be read
# File lib/cinch/dcc/dccable_object.rb, line 15 def read(number) end
Generated with the Darkfish Rdoc Generator 2.