Method: Ftpd::CommandHandlers#commands

Defined in:
lib/ftpd/command_handlers.rb

#commandsArray<String>

Return the sorted list of commands supported by this handler

Returns:

  • (Array<String>)

    Lowercase command



48
49
50
# File 'lib/ftpd/command_handlers.rb', line 48

def commands
  @commands.keys.sort
end