class method self.find_executable

Ruby on Rails 4.0.13

Since v4.0.13 Last seen in v4.1.16

Available in: v4.0.13 v4.1.16

Signature

self.find_executable()

No documentation comment.

Source
# File railties/lib/rails/app_rails_loader.rb, line 57
    def self.find_executable
      EXECUTABLES.find { |exe| File.exist?(exe) }
    end

Defined in railties/lib/rails/app_rails_loader.rb line 57 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::AppRailsLoader

Type at least 2 characters to search.

↑↓ navigate · open · esc close