Sha256: 2527f45636e03a629c14f4e3ce0451fe800c30c9ed19782aac9f08bc7e94fbc5

Contents?: true

Size: 179 Bytes

Versions: 12

Compression:

Stored size: 179 Bytes

Contents

def foo(n: 42, s: [n])
  [n, s]
end

foo(n: 42, s: "str")

__END__
# Classes
class Object
  def foo : (?n: Integer, ?s: String | [Integer]) -> ([Integer, String | [Integer]])
end

Version data entries

12 entries across 12 versions & 1 rubygems

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