class method
self.find_executable
Ruby on Rails 4.1.16
Since v4.0.13 Last seen in v4.1.16Available 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.file?(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