(other)
| 11539 | end |
| 11540 | |
| 11541 | def initialize_copy(other) |
| 11542 | @f1 = other.f1 |
| 11543 | @f2 = other.f2 |
| 11544 | @f3 = other.f3 |
| 11545 | @f4 = other.f4 |
| 11546 | @f5 = other.f5 |
| 11547 | @f6 = other.f6 |
| 11548 | @f7 = other.f7 |
| 11549 | @f8 = other.f8 |
| 11550 | @f9 = other.f9 |
| 11551 | @f10 = other.f10 |
| 11552 | end |
| 11553 | |
| 11554 | # Struct shallow copy |
| 11555 | def copy(other) |