Class: FakeFtp::ServerCommands::Site

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

Instance Method Summary collapse

Instance Method Details

#run(_, command) ⇒ Object



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

def run(_, command, *)
  "200 #{command}"
end