Method: FakeFS::Pathname#executable?
- Defined in:
- lib/fakefs/pathname.rb
#executable? ⇒ Boolean
See FileTest.executable?.
799 800 801 |
# File 'lib/fakefs/pathname.rb', line 799 def executable? FileTest.executable?(@path) end |
See FileTest.executable?.
799 800 801 |
# File 'lib/fakefs/pathname.rb', line 799 def executable? FileTest.executable?(@path) end |