class FakeFtp::ServerCommands::Cdup

Public Instance Methods

run(*) click to toggle source
# File lib/fake_ftp/server_commands/cdup.rb, line 6
def run(*)
  '250 OK!'
end