class Rails::Command::Base

def executable(command_name = self.command_name)

def executable(command_name = self.command_name)
  "#{bin} #{namespaced_name(command_name)}"
end