lib/rio/scheme/path.rb in rio-0.3.1 vs lib/rio/scheme/path.rb in rio-0.3.2
- old
+ new
@@ -75,9 +75,10 @@
next_state.extend(RIO::Ops::Symlink::Existing) if symlink?
next_state
end
def input() stream_state('Path::Stream::Input') end
def output() stream_state('Path::Stream::Output') end
+
def inout() stream_state('Path::Stream::InOut') end
end
module Ops
include RIO::Ops::Path::Str