Sha256: 32cd522433bbc791c205c1597c45ceb4a97f9228b92be3701eff0854b3e291d4

Contents?: true

Size: 225 Bytes

Versions: 14

Compression:

Stored size: 225 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
  private
  def test_foo: -> [Integer, String]
  def test_bar: -> Integer
end

Version data entries

14 entries across 14 versions & 1 rubygems

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