lib/rom/sql/plugin/timestamps.rb in rom-sql-1.0.2 vs lib/rom/sql/plugin/timestamps.rb in rom-sql-1.0.3
- old
+ new
@@ -94,10 +94,10 @@
# @param [Array<Hash>, Hash] tuples the input tuple(s)
#
# @return [Array<Hash>, Hash]
#
# @api private
- def set_timestamps(tuples)
+ def set_timestamps(tuples, *)
timestamps = build_timestamps
case tuples
when Hash
timestamps.merge(tuples)