Sha256: 0714a3809a608bb86ab88a5f7acf33516adecd5d53e8781ff9f2715681a8bd82
Contents?: true
Size: 310 Bytes
Versions: 24
Compression:
Stored size: 310 Bytes
Contents
body small = 1..5 large = (1..5) (6..10) foo small foo large foo small[0] foo large[0] foo length(small) foo length(large) foo small[length(small) - 1] foo large[length(large) - 1] foo small[-1] == null foo small[123123] == null body start = 1 end = 3 foo start..end
Version data entries
24 entries across 24 versions & 1 rubygems