# File lib/eventmachine.rb, line 1453 1453: def self.heartbeat_interval= (time) 1454: EM::set_heartbeat_interval time.to_f 1455: end