Method: ROM::Plugins::Command::Timestamps::InstanceMethods#set_timestamps
- Defined in:
- lib/rom/plugins/command/timestamps.rb
#set_timestamps(tuples) ⇒ Array<Hash>, Hash
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Set the timestamp attributes on the given tuples
76 77 78 79 80 |
# File 'lib/rom/plugins/command/timestamps.rb', line 76 def (tuples, *) = map_input_tuples(tuples) { |t| .merge(t) } end |