Sha256: 1981d5e327f3b50a25cc4973962352124ef4d9681c7eee4e7a235f19bed0a7a4

Contents?: true

Size: 169 Bytes

Versions: 18

Compression:

Stored size: 169 Bytes

Contents

def hoge
  [1, 2, 3].map
end
def fuga
  1.then
end
hoge
fuga

__END__
# Classes
class Object
  def hoge : -> Enumerator[Integer]
  def fuga : -> Enumerator[Integer]
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/enumerator.rb
typeprof-0.6.1 smoke/enumerator.rb
typeprof-0.6.0 smoke/enumerator.rb
typeprof-0.5.4 smoke/enumerator.rb
typeprof-0.5.3 smoke/enumerator.rb
typeprof-0.5.2 smoke/enumerator.rb
typeprof-0.5.1 smoke/enumerator.rb
typeprof-0.5.0 smoke/enumerator.rb
typeprof-0.4.2 smoke/enumerator.rb
typeprof-0.4.1 smoke/enumerator.rb
typeprof-0.4.0 smoke/enumerator.rb
typeprof-0.3.0 smoke/enumerator.rb
typeprof-0.2.0 smoke/enumerator.rb
typeprof-0.1.4 smoke/enumerator.rb
typeprof-0.1.3 smoke/enumerator.rb
typeprof-0.1.2 smoke/enumerator.rb
typeprof-0.1.1 smoke/enumerator.rb
typeprof-0.1.0 smoke/enumerator.rb