mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-array-ext: standardize block parameter spacing
changed block spacing from { |param| to {|param| for consistency.
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -545,7 +545,7 @@ class Array
|
||||
end
|
||||
|
||||
Array.new(column_count) do |column_index|
|
||||
self.map { |row| row[column_index] }
|
||||
self.map {|row| row[column_index] }
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user