Method: CSL::TextNode#initialize_copy
- Defined in:
- lib/csl/node.rb
#initialize_copy(other) ⇒ Object
601 602 603 604 |
# File 'lib/csl/node.rb', line 601 def initialize_copy(other) super @text = other.text end |
601 602 603 604 |
# File 'lib/csl/node.rb', line 601 def initialize_copy(other) super @text = other.text end |