Method: CiteProc::Names#initialize_copy
- Defined in:
- lib/citeproc/names.rb
#initialize_copy(other) ⇒ Object
552 553 554 |
# File 'lib/citeproc/names.rb', line 552 def initialize_copy(other) @options, @value = other..dup, other.value.map(&:dup) end |