karasu (karasu k)
- Login: karasu
- Registered on: 10/17/2024
- Last sign in: 11/18/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/12/2024
-
06:12 PM Ruby Bug #20891 (Rejected): Dir.foreach does not give a static list.
- I was using `Dir.foreach` with a block to batch change filenames.
The sample code is something like this:
```rb
look_up_table = File.open('look-up-table' ,'w')
Dir.foreach('.').each_with_index do |file, index|
File.rename(file, ...