# File lib/pr_eventmachine.rb, line 371 371: def stop 372: raise Error.new( "not running") unless @running 373: @stop_scheduled = true 374: end