class DICT::Client
- DICT::Client
- Reference
- Object
Defined in:
client.crConstructors
- .new(host : String, port = 2628)
-
.new(io : IO, banner = true)
Creates a new
Client
on top of io.
Instance Method Summary
- #banner
- #capabilities
- #close
- #define(word : String, database : String)
- #define?(word : String, database : String)
- #msgid
Constructor Detail
def self.new(io : IO, banner = true)
#
Creates a new Client
on top of io.
If banner is set to false, the input stream is expected to begin
with a regular response, not with an initial banner (response 220).