Sha256: bf19a396b69b30c2664e384fecfa1ebac58a143f1df7c0704cadd330c2b57929

Contents?: true

Size: 138 Bytes

Versions: 18

Compression:

Stored size: 138 Bytes

Contents

# dummy implementation

def foo(x, y)
  (x..y)
end

foo(1, 2)

__END__
# Classes
class Object
  def foo : (Integer, Integer) -> Range
end

Version data entries

18 entries across 18 versions & 1 rubygems

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