livinginthepast/fake_ftp

View on GitHub
lib/fake_ftp.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module FakeFtp
  autoload :Server, 'fake_ftp/server'
  autoload :File, 'fake_ftp/file'
end