Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/ffi-xattr/extensions/pathname.rb

Instance Method Summary collapse

Instance Method Details

#xattrObject

Returns an Xattr object. See File.xattr.



6
7
8
# File 'lib/ffi-xattr/extensions/pathname.rb', line 6

def xattr
  File.xattr(self)
end