class FakeFtp::ServerCommands::Pwd

Public Instance Methods

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