Closed eightBitter closed 1 year ago
Methods with field parameters that accept either a string or array are more flexible and resource efficient than having to call the method multiple times.
Something like:
fields = [fields].flatten fields.each do |field|
Methods with field parameters that accept either a string or array are more flexible and resource efficient than having to call the method multiple times.
Something like: