Class: FakeFtp::ServerCommands::Acct
- Inherits:
-
Object
- Object
- FakeFtp::ServerCommands::Acct
- Defined in:
- lib/fake_ftp/server_commands/acct.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
6 7 8 |
# File 'lib/fake_ftp/server_commands/acct.rb', line 6 def run(*) '230 WHATEVER!' end |