Sha256: 7fb3932896022795fce8d96d5b5a42a3fd64d89cf898bc972e2a9fc2c8581858
Contents?: true
Size: 228 Bytes
Versions: 4
Compression:
Stored size: 228 Bytes
Contents
module AutoloadModulez module First def test puts "here is the test" end end end # for mutate_path test module AutoloadModules module First def self.test puts "here is the test" end end end
Version data entries
4 entries across 4 versions & 1 rubygems