lib/rio/rl/ioi.rb in rio-0.5.1 vs lib/rio/rl/ioi.rb in rio-0.6.0

- old
+ new

@@ -1,8 +1,8 @@ #-- # =========================================================================== -# Copyright (c) 2005-2012 Christopher Kleckner +# Copyright (c) 2005-2017 Christopher Kleckner # All rights reserved # # This file is part of the Rio library for ruby. # # Rio is free software; you can redistribute it and/or modify @@ -35,10 +35,9 @@ RIO::FS::Stream.create() end def scheme() self.class.const_get(:RIOSCHEME) end def opaque() '' end def self.splitrl(s) nil end - #def path() self.class.const_get(:RIOPATH) end def to_s() url() end def open(ios) IOH::Stream.new(ios) end end