Module: RIO::FS::Test

Included in:
Native, ZipFile::InFile::FS, ZipFile::RootDir::FS
Defined in:
lib/rio/fs/impl.rb

Instance Method Summary collapse

Instance Method Details

#blockdev?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


80
# File 'lib/rio/fs/impl.rb', line 80

def blockdev?(s,*args) @test.blockdev?(s,*args) end

#chardev?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


81
# File 'lib/rio/fs/impl.rb', line 81

def chardev?(s,*args) @test.chardev?(s,*args) end

#dir?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


83
# File 'lib/rio/fs/impl.rb', line 83

def dir?(s,*args) @test.directory?(s,*args) end

#directory?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


82
# File 'lib/rio/fs/impl.rb', line 82

def directory?(s,*args) @test.directory?(s,*args) end

#executable?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


84
# File 'lib/rio/fs/impl.rb', line 84

def executable?(s,*args) @test.executable?(s,*args) end

#executable_real?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


85
# File 'lib/rio/fs/impl.rb', line 85

def executable_real?(s,*args) @test.executable_real?(s,*args) end

#exist?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


86
# File 'lib/rio/fs/impl.rb', line 86

def exist?(s,*args) @test.exist?(s,*args) end

#file?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


87
# File 'lib/rio/fs/impl.rb', line 87

def file?(s,*args) @test.file?(s,*args) end

#grpowned?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


88
# File 'lib/rio/fs/impl.rb', line 88

def grpowned?(s,*args) @test.grpowned?(s,*args) end

#owned?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


89
# File 'lib/rio/fs/impl.rb', line 89

def owned?(s,*args) @test.owned?(s,*args) end

#pipe?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


90
# File 'lib/rio/fs/impl.rb', line 90

def pipe?(s,*args) @test.pipe?(s,*args) end

#readable?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


91
# File 'lib/rio/fs/impl.rb', line 91

def readable?(s,*args) @test.readable?(s,*args) end

#readable_real?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


92
# File 'lib/rio/fs/impl.rb', line 92

def readable_real?(s,*args) @test.readable_real?(s,*args) end

#setgid?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


93
# File 'lib/rio/fs/impl.rb', line 93

def setgid?(s,*args) @test.setgid?(s,*args) end

#setuid?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


94
# File 'lib/rio/fs/impl.rb', line 94

def setuid?(s,*args) @test.setuid?(s,*args) end

#size(s, *args) ⇒ Object



95
# File 'lib/rio/fs/impl.rb', line 95

def size(s,*args) @test.size(s,*args) end

#size?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


96
# File 'lib/rio/fs/impl.rb', line 96

def size?(s,*args) @test.size?(s,*args) end

#socket?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


97
# File 'lib/rio/fs/impl.rb', line 97

def socket?(s,*args) @test.socket?(s,*args) end

#sticky?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


98
# File 'lib/rio/fs/impl.rb', line 98

def sticky?(s,*args) @test.sticky?(s,*args) end

#symlink?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


99
# File 'lib/rio/fs/impl.rb', line 99

def symlink?(s,*args) @test.symlink?(s,*args) end

#writable?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


100
# File 'lib/rio/fs/impl.rb', line 100

def writable?(s,*args) @test.writable?(s,*args) end

#writable_real?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


101
# File 'lib/rio/fs/impl.rb', line 101

def writable_real?(s,*args) @test.writable_real?(s,*args) end

#zero?(s, *args) ⇒ Boolean

Returns:

  • (Boolean)


102
# File 'lib/rio/fs/impl.rb', line 102

def zero?(s,*args) @test.zero?(s,*args) end