Method: Path#executable_real?
- Defined in:
- lib/path/file_predicates.rb
#executable_real? ⇒ Boolean
See File.executable_real?.
22 23 24 |
# File 'lib/path/file_predicates.rb', line 22 def executable_real? File.executable_real?(@path) end |