Method: FakeFS::Pathname#lchmod

Defined in:
lib/fakefs/pathname.rb

#lchmod(mode) ⇒ Object

See File.lchmod.



688
689
690
# File 'lib/fakefs/pathname.rb', line 688

def lchmod(mode)
  File.lchmod(mode, @path)
end