Skip to content
Snippets Groups Projects
Commit e4329e35 authored by pjs's avatar pjs
Browse files

Revised comment reference from Simulation to EventScheduler


Signed-off-by: default avatarpjs <pjs@alum.mit.edu>
parent ffec80ed
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ module SimpleKit ...@@ -74,8 +74,8 @@ module SimpleKit
private private
# This is a private helper class for class Simulation. Users should never # This is a private helper class for the EventScheduler class.
# try to access anything in this class directly. # Users should never try to access anything in this class directly.
class EventNotice class EventNotice
include Comparable include Comparable
attr_reader :event, :time, :args attr_reader :event, :time, :args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment