Sha256: b701b86297fb0084af7ea80b2857014b8764be578595eb229beace78ac63feab

Contents?: true

Size: 138 Bytes

Versions: 3

Compression:

Stored size: 138 Bytes

Contents

def foo(f)
  f.call(1)
end

foo(-> x { "str" })

__END__
# Classes
class Object
  private
  def foo: (^(Integer) -> String) -> String
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/proc4.rb
typeprof-0.9.1 smoke/proc4.rb
typeprof-0.9.0 smoke/proc4.rb