Method: Cod::WriteOnlyChannel#initialize

Defined in:
lib/cod.rb

#initializeWriteOnlyChannel

Returns a new instance of WriteOnlyChannel.



163
164
165
# File 'lib/cod.rb', line 163

def initialize
  super("This channel is write only, attempted read operation.")
end