# File lib/rubytorrent/tracker.rb, line 136 def stopped return unless @state == :started @state = :stopped @tracker_data = send_tracker "stopped" self end