Sha256: f025b5639d8d72b497abd3f109c7bc8f7c21285ed5aeafab79959582d6c09fa2
Contents?: true
Size: 292 Bytes
Versions: 14
Compression:
Stored size: 292 Bytes
Contents
# An IRC server and channel. The server property is of the form # "[address]:[port]". class Channel include DataMapper::Resource property :id, Integer, :serial => true property :server, String, :nullable => false property :name, String, :nullable => false has n, :scores end
Version data entries
14 entries across 14 versions & 3 rubygems