Method: FakeFS::Pathname#chmod

Defined in:
lib/fakefs/pathname.rb

#chmod(mode) ⇒ Object

See File.chmod. Changes permissions.



667
668
669
# File 'lib/fakefs/pathname.rb', line 667

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