class FakeFtp::ServerCommands::Mkd

Public Instance Methods

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