Sha256: 8daa4061781fbc981c513d1f45a897fb1202d3fc3e07fde8f642c50fc15a83c5
Contents?: true
Size: 270 Bytes
Versions: 54
Compression:
Stored size: 270 Bytes
Contents
# @type const A: Integer # @type var x: String x = A x = B module X # @type const A: Integer def foo # @type var x: String x = A x = B end end # @type const Foo::Bar::Baz: Integer x = Foo::Bar::Baz z = Foo x = z::Bar::Baz x = ::Foo::Bar::Baz
Version data entries
54 entries across 54 versions & 1 rubygems