class FakeFtp::ServerCommands::Acct
Public Instance Methods
run(*)
click to toggle source
# File lib/fake_ftp/server_commands/acct.rb, line 6 def run(*) '230 WHATEVER!' end
# File lib/fake_ftp/server_commands/acct.rb, line 6 def run(*) '230 WHATEVER!' end