class FakeFtp::ServerCommands::Site
Public Instance Methods
run(_, command, *)
click to toggle source
# File lib/fake_ftp/server_commands/site.rb, line 6 def run(_, command, *) "200 #{command}" end
# File lib/fake_ftp/server_commands/site.rb, line 6 def run(_, command, *) "200 #{command}" end