class FakeFS::Pathname
def hash # :nodoc:
def hash # :nodoc: @path.hash end
Instance Methods
- # +
- # <=>
- # ==
- # absolute?
- # add_trailing_separator
- # ascend
- # atime
- # basename
- # binread
- # blockdev?
- # chardev?
- # children
- # chmod
- # chop_basename
- # chown
- # cleanpath
- # cleanpath_aggressive
- # cleanpath_conservative
- # ctime
- # del_trailing_separator
- # descend
- # directory?
- # dirname
- # each_child
- # each_entry
- # each_filename
- # each_line
- # empty?
- # entries
- # executable?
- # executable_real?
- # exist?
- # expand_path
- # extname
- # file?
- # find
- # fnmatch
- # fnmatch?
- # freeze
- # ftype
- # glob
- # grpowned?
- # hash
- # initialize
- # inspect
- # join
- # lchmod
- # lchown
- # lstat
- # make_link
- # make_symlink
- # mkdir
- # mkpath
- # mountpoint?
- # mtime
- # open
- # opendir
- # owned?
- # parent
- # pipe?
- # plus
- # prepend_prefix
- # read
- # readable?
- # readable_real?
- # readlines
- # readlink
- # realdirpath
- # realpath
- # relative?
- # relative_path_from
- # rename
- # rmdir
- # rmtree
- # root?
- # setgid?
- # setuid?
- # size
- # size?
- # socket?
- # split
- # split_names
- # stat
- # sticky?
- # sub
- # sub_ext
- # symlink?
- # sysopen
- # to_s
- # trailing_separator?
- # truncate
- # unlink
- # utime
- # world_readable?
- # world_writable?
- # writable?
- # writable_real?
- # write
- # zero?