# File lib/rhc/commands/port-forward.rb, line 27
    def to_fwd_args
      # array of arguments to be passed to Net::SSH::Service::Forward#local
      args = [port_from.to_i, remote_host, port_to.to_i]
      args.unshift(remote_host) unless mac?
      args
    end