Method: Ftpd::CommandHandlers#commands
- Defined in:
- lib/ftpd/command_handlers.rb
#commands ⇒ Array<String>
Return the sorted list of commands supported by this handler
48 49 50 |
# File 'lib/ftpd/command_handlers.rb', line 48 def commands @commands.keys.sort end |