Sha256: 2e9883392861774ce9014baf84ef334188a2fe4fb1f90ae88446f1c6eea2e5b9
Contents?: true
Size: 98 Bytes
Versions: 7
Compression:
Stored size: 98 Bytes
Contents
class Author < String attr_accessor :ip def initialize(name, ip) @ip = ip; super(name) end end
Version data entries
7 entries across 7 versions & 2 rubygems