# File lib/ole/support.rb, line 217
    def writeable?
      #(@flags & RDONLY) == 0
      (@flags & 0x3) != RDONLY
    end