Method: OpenC3::StreamLog#clone
- Defined in:
- lib/openc3/logs/stream_log.rb
#clone ⇒ Object
Create a clone of this object with a new name
75 76 77 78 79 |
# File 'lib/openc3/logs/stream_log.rb', line 75 def clone stream_log = super() stream_log.name = stream_log.orig_name stream_log end |