Sha256: f6f37e3530d5aa4687e00339d42391652d47c6ace008326f9a4bb18098b67ffe
Contents?: true
Size: 217 Bytes
Versions: 32
Compression:
Stored size: 217 Bytes
Contents
# # you can add class/module fattrs the 'normal' way or using the provided # shortcut method # require 'fattr' class C class << C fattr 'a' => 4 end Fattr 'b' => 2 end p [ C.a, C.b ].join
Version data entries
32 entries across 32 versions & 3 rubygems