Sha256: 28568d7ab7f24138ba459690a7b477e7ce5cdfcdcbf5a78b639284cad0f48149
Contents?: true
Size: 230 Bytes
Versions: 5
Compression:
Stored size: 230 Bytes
Contents
module M2 def foo :m2_foo end end module M1 extend M2 def foo :m1_foo end end class C extend M1 end M1.foo C.foo __END__ # Classes module M2 def foo : -> :m2_foo end module M1 def foo : -> :m1_foo end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.1.4 | smoke/module4.rb |
typeprof-0.1.3 | smoke/module4.rb |
typeprof-0.1.2 | smoke/module4.rb |
typeprof-0.1.1 | smoke/module4.rb |
typeprof-0.1.0 | smoke/module4.rb |