Sha256: 510de380cafc8502e9f9b17d4c41c173258f7a89e617a0e5ebb8fd1fa12e9c62
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
module I2X class Client def initialize config @config = config end def ping p "PONGING #{@config[:server][:host]}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
i2x-0.0.3 | lib/i2x/client.rb |