class method
self.executable
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
self.executable()
No documentation comment.
Source
# File railties/lib/rails/command/base.rb, line 94
def executable
"rails #{command_name}"
end
Defined in railties/lib/rails/command/base.rb line 94
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Command::Base