Sha256: 39e87776a11cd8ffeff9e3c059a8f57f9783924be3bfe795bd7aa477364172cb

Contents?: true

Size: 151 Bytes

Versions: 11

Compression:

Stored size: 151 Bytes

Contents

# dummy implementation

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

foo(1, 2)

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/range.rb
typeprof-0.15.3 smoke/range.rb
typeprof-0.15.2 smoke/range.rb
typeprof-0.15.1 smoke/range.rb
typeprof-0.15.0 smoke/range.rb
typeprof-0.14.1 smoke/range.rb
typeprof-0.14.0 smoke/range.rb
typeprof-0.13.0 smoke/range.rb
typeprof-0.12.0 smoke/range.rb
typeprof-0.11.0 smoke/range.rb
typeprof-0.10.0 smoke/range.rb