Method: RIO::Mode::Base#copy

Defined in:
lib/rio/iomode.rb

#copy(other) ⇒ Object



54
55
56
# File 'lib/rio/iomode.rb', line 54

def copy(other)
  @mode = other.mode
end