# File lib/pr_eventmachine.rb, line 264 264: def stop 265: raise Error.new( "not running") unless @running 266: @stop_scheduled = true 267: end