Class: DictClient::DictionaryInfoTcpReader

Inherits:
SimpleTcpReader show all
Defined in:
lib/dict_client/readers.rb

Instance Method Summary collapse

Methods inherited from SimpleTcpReader

#bad_response_code, #read_from

Instance Method Details

#good_response_codeObject



58
59
60
# File 'lib/dict_client/readers.rb', line 58

def good_response_code
  ::DictClient::RESPONSE_INFO_FOLLOWS
end