diff --git a/lib/eventmachine.rb b/lib/eventmachine.rb index 1334674..a635808 100644 --- a/lib/eventmachine.rb +++ b/lib/eventmachine.rb @@ -254,7 +254,7 @@ def EventMachine::run_without_threads &block EventMachine::run(&block) end - # #add a no-op implementation to epoll + # add a no-op implementation to epoll def epoll end @@ -297,7 +297,6 @@ def epoll #-- # Changed 04Oct06: We now pass the interval as an integer number of milliseconds. # - def EventMachine::add_timer *args, &block interval = args.shift code = args.shift || block