Class: FakeFtp::ServerCommands::Mkd

Inherits:
Object
  • Object
show all
Defined in:
lib/fake_ftp/server_commands/mkd.rb

Instance Method Summary collapse

Instance Method Details

#runObject



6
7
8
# File 'lib/fake_ftp/server_commands/mkd.rb', line 6

def run(*)
  '257 OK!'
end