Method: RIO::Mode::Base#allows_read?

Defined in:
lib/rio/iomode.rb

#allows_read?Boolean

Returns:

  • (Boolean)


68
69
70
# File 'lib/rio/iomode.rb', line 68

def allows_read?()
  primarily_read? or allows_both?
end