b1
Sql
code posted
created at 17 Jan 20:29, updated at 23 Jan 21:04
Edit
|
Back
1 2 3 4 5 6 7 8 |
data_chunks.each |chunk| chunk_array = get_you_some_more_data chunk_array.map!{|x| format_for_client(x)} chunk_array.map!{|x| maybe_more_formatting(x)} if client.extra_work? chunk_array.each do |item| maybe_write_or_whatever(item) end end |
259 Bytes in 2 ms with coderay