method

find_executable

rails latest stable - Class: Rails::AppRailsLoader

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

find_executable()
public

No documentation available.

# File railties/lib/rails/app_rails_loader.rb, line 59
    def find_executable
      EXECUTABLES.find { |exe| File.file?(exe) }
    end