Sha256: 69b6e2809cb4a6f3aa84072073f1dac653074f09122b918a4ac2c9b35a0b3790
Contents?: true
Size: 378 Bytes
Versions: 7
Compression:
Stored size: 378 Bytes
Contents
# Loop samples def for_samples for foo in bar end for foo, bar in baz end for foo, in bar end end # begin..end in conditions # def while_until_samples while begin foo end bar end until begin foo end bar end while begin foo end do bar end until begin foo end do bar end foo while begin bar end foo until begin bar end end
Version data entries
7 entries across 7 versions & 1 rubygems