Method: FlowCore::Violations#copy!

Defined in:
lib/flow_core/violations.rb

#copy!(other) ⇒ Object

:nodoc:



29
30
31
32
33
# File 'lib/flow_core/violations.rb', line 29

def copy!(other) # :nodoc:
  @messages = other.messages.dup
  @details  = other.details.dup
  @records  = other.records.dup
end