Sha256: 44949576a751b3788aa7969db5b61c87009cc79e8930a561e713fdfe2f6e3071
Contents?: true
Size: 298 Bytes
Versions: 13
Compression:
Stored size: 298 Bytes
Contents
module A class B notaconstant = 2 SOMECONSTANT= "hello" def method SOMECONSTANT = "don't document this" end MYCONSTANT = A + B + C + D end end MyClass = Struct.new(:a, :b, :c) NotMyClass = Struct.new("NotMyClass2", :b, :c) MyEmptyStruct = Struct.new
Version data entries
13 entries across 13 versions & 1 rubygems