class Rails::Command::CredentialsCommand
def change_credentials_in_system_editor
def change_credentials_in_system_editor credentials.change do |tmp_path| system(*Shellwords.split(ENV["EDITOR"]), tmp_path.to_s) end end
def change_credentials_in_system_editor credentials.change do |tmp_path| system(*Shellwords.split(ENV["EDITOR"]), tmp_path.to_s) end end