Sha256: 9492af7203d5d513fbebf2bfeaa842558adfe16ba68ac5391204d778b5bb6f91

Contents?: true

Size: 188 Bytes

Versions: 14

Compression:

Stored size: 188 Bytes

Contents

class Foo
  include Enumerable
end

def log
  Foo.new.send(*:cycle)
end

__END__
# Classes
class Object
  private
  def log: -> Enumerator[untyped]
end

class Foo
  include Enumerable
end

Version data entries

14 entries across 14 versions & 1 rubygems

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