Method: FakeFS::Pathname#executable?

Defined in:
lib/fakefs/pathname.rb

#executable?Boolean

See FileTest.executable?.

Returns:

  • (Boolean)


805
806
807
# File 'lib/fakefs/pathname.rb', line 805

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