# File lib/fake_ftp/server_commands/pwd.rb, line 6 def run(ctx, *) "257 \"#{ctx.workdir}\" is current directory" end