method

help

rails latest stable - Class: Rails::Command::EncryptedCommand

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

help()
public

No documentation available.

# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 16
        def help
          say "Usage:\n  #{self.class.banner}"
          say ""
          say self.class.desc
        end