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