Sha256: ecefdaaf1ed298411ff85ff38c9b09875b0abb39b605f78c20839b7c4063e966
Contents?: true
Size: 147 Bytes
Versions: 6
Compression:
Stored size: 147 Bytes
Contents
# frozen_string_literal: true module FakeFtp module ServerCommands class Mkd def run(*) '257 OK!' end end end end
Version data entries
6 entries across 6 versions & 2 rubygems