Sha256: fe667cb19ebfc66974133519da9cd410b0d0d4038d7b42a5651de1c7a96950a8

Contents?: true

Size: 217 Bytes

Versions: 11

Compression:

Stored size: 217 Bytes

Contents

def test_foo
  h = C.new.foo
  return h[:aaa], h[:bbb]
end

def test_bar
  h = { }
  h[:a] = 42
  C.new.bar(h)
end

__END__
# Classes
class Object
  def test_foo : -> [Integer, String]
  def test_bar : -> Integer
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/rbs-record.rb
typeprof-0.6.1 smoke/rbs-record.rb
typeprof-0.6.0 smoke/rbs-record.rb
typeprof-0.5.4 smoke/rbs-record.rb
typeprof-0.5.3 smoke/rbs-record.rb
typeprof-0.5.2 smoke/rbs-record.rb
typeprof-0.5.1 smoke/rbs-record.rb
typeprof-0.5.0 smoke/rbs-record.rb
typeprof-0.4.2 smoke/rbs-record.rb
typeprof-0.4.1 smoke/rbs-record.rb
typeprof-0.4.0 smoke/rbs-record.rb