Sha256: 733306fc78be72d7de7a83bc5d5a54670d75dbb23335e3e91c0207fcfb041cb0

Contents?: true

Size: 209 Bytes

Versions: 14

Compression:

Stored size: 209 Bytes

Contents

module M1
  def foo
    :foo
  end
end

module M2
  include M1
end

class C
  include M2
end

C.new.foo
__END__
# Classes
module M1
  def foo: -> :foo
end

module M2
  include M1
end

class C
  include M2
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/module2.rb
typeprof-0.15.3 smoke/module2.rb
typeprof-0.15.2 smoke/module2.rb
typeprof-0.15.1 smoke/module2.rb
typeprof-0.15.0 smoke/module2.rb
typeprof-0.14.1 smoke/module2.rb
typeprof-0.14.0 smoke/module2.rb
typeprof-0.13.0 smoke/module2.rb
typeprof-0.12.0 smoke/module2.rb
typeprof-0.11.0 smoke/module2.rb
typeprof-0.10.0 smoke/module2.rb
typeprof-0.9.2 smoke/module2.rb
typeprof-0.9.1 smoke/module2.rb
typeprof-0.9.0 smoke/module2.rb