Class: FakeFtp::ServerCommands::Pwd
- Inherits:
-
Object
- Object
- FakeFtp::ServerCommands::Pwd
- Defined in:
- lib/fake_ftp/server_commands/pwd.rb
Instance Method Summary collapse
Instance Method Details
#run(ctx) ⇒ Object
6 7 8 |
# File 'lib/fake_ftp/server_commands/pwd.rb', line 6 def run(ctx, *) "257 \"#{ctx.workdir}\" is current directory" end |