Method: FakeFS::Pathname#executable?

Defined in:
lib/fakefs/pathname.rb

#executable?Boolean

See FileTest.executable?.

Returns:

  • (Boolean)


799
800
801
# File 'lib/fakefs/pathname.rb', line 799

def executable?
  FileTest.executable?(@path)
end