Sha256: 1b65146296429ccda3527de4ce9e24a017f99a1258b032f4f7546c3b5d76a00b

Contents?: true

Size: 301 Bytes

Versions: 14

Compression:

Stored size: 301 Bytes

Contents

class A
  class B
    class C
      def get_a
        A.new
      end
      def get_b
        B.new
      end
      def get_c
        C.new
      end
    end
  end
end

__END__
# Classes
class A
  class B
    class C
      def get_a: -> A
      def get_b: -> B
      def get_c: -> C
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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