# File lib/fake_ftp/server.rb, line 104 def is_running?(tcp_port = nil) tcp_port.nil? ? port_is_open?(port) : port_is_open?(tcp_port) end