mirror of
https://github.com/plashchynski/crono.git
synced 2026-05-02 13:44:32 +02:00
Add Schedule
This commit is contained in:
10
lib/crono/schedule.rb
Normal file
10
lib/crono/schedule.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module Crono
|
||||
class Schedule
|
||||
def initialize
|
||||
@schedule = []
|
||||
end
|
||||
|
||||
def add(peformer, period)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user