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