module FSPath::Xattr
Public Instance Methods
lxattr()
click to toggle source
Xattr
instance for path which doesn't follow symlinks
# File lib/fspath/xattr.rb, line 12 def lxattr ::Xattr.new(@path, :no_follow => true) end
xattr()
click to toggle source
Xattr
instance for path
# File lib/fspath/xattr.rb, line 7 def xattr ::Xattr.new(@path) end