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