Method: RIO::IOH::Base#initialize_copy

Defined in:
lib/rio/ioh.rb

#initialize_copy(other) ⇒ Object



46
47
48
49
50
51
# File 'lib/rio/ioh.rb', line 46

def initialize_copy(other)
  #p callstr('ioh:initialize_copy',other)
  super
  #p @ios
  @ios = other.ios.clone unless other.ios.nil?
end