Method: Rails::Command::Base.executable
- Defined in:
- railties/lib/rails/command/base.rb
.executable(command_name = self.command_name) ⇒ Object
82 83 84 |
# File 'railties/lib/rails/command/base.rb', line 82 def executable(command_name = self.command_name) "#{bin} #{namespaced_name(command_name)}" end |